Color Hex Logo

#e95fbc Color Hex

#E95FBC
(233,95,188)
0 Favorites   0 Comments

Color spaces of #e95fbc

RGB 23395188
HSL0.890.760.64
HSV320°59°91°
CMYK 0.000.590.19   0.09
XYZ46.773629.138950.7361
Yxy29.13890.36930.2301
Hunter Lab53.980560.2029-17.9402
CIE-Lab60.904063.2690-22.4606

#e95fbc color RGB value is (233,95,188).

#e95fbc hex color red value is 233, green value is 95 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e95fbc hue: 0.89 , saturation: 0.76 and the lightness value of e95fbc is 0.64.

The process color (four color CMYK) of #e95fbc color hex is 0.00, 0.59, 0.19, 0.09. Web safe color of #e95fbc is #ff66cc. Color #e95fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011111 10111100
Octal 351 137 274
Decimal 233 95 188
Hex E9 5F BC

RGB Percentages of Color #e95fbc

%45.16
%18.41
%36.43

CMYK Percentages of Color #e95fbc

%0
%59
%19
%9

Triadic Colors of #e95fbc

#e95fbc #bce95f #5fbce9

Analogous Colors of #e95fbc

#e95fbc #e95f77 #d15fe9

Monochromatic Colors of #e95fbc

#e95fbc

Complementary Color

#e95fbc #5fe98c

#e95fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95fbc Color CSS Codes

.mybgcolor {background-color:#e95fbc; } 
.myforecolor {color:#e95fbc; }
.mybordercolor {border:3px solid #e95fbc; }

#e95fbc Text Font Color

<p style="color:#e95fbc">Text here</p>

This sample text font color is #e95fbc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e95fbc Background Color

<div style="background-color:#e95fbc">
Div content here</div>

This div background color is #e95fbc


#e95fbc Border Color

<div style="border:3px solid #e95fbc">
Div here</div>

This div border color is #e95fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,95,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e95fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e95fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #e95fbc;
  box-shadow:         1px 1px 3px 2px #e95fbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,95,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e95fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e95fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #e95fbc;
  box-shadow:         1px 1px 3px 2px #e95fbc;">
Div content here</div>

This div box has shadow with color #e95fbc


Comments

No comments written yet.

Please login to write comment.