Color Hex Logo

#e66fbf Color Hex

#E66FBF
(230,111,191)
0 Favorites   0 Comments

Color spaces of #e66fbf

RGB 230111191
HSL0.890.700.67
HSV320°52°90°
CMYK 0.000.520.17   0.10
XYZ47.721531.953552.9426
Yxy31.95350.35980.2409
Hunter Lab56.527451.7700-15.9608
CIE-Lab63.304455.5712-20.5379

#e66fbf color RGB value is (230,111,191).

#e66fbf hex color red value is 230, green value is 111 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e66fbf hue: 0.89 , saturation: 0.70 and the lightness value of e66fbf is 0.67.

The process color (four color CMYK) of #e66fbf color hex is 0.00, 0.52, 0.17, 0.10. Web safe color of #e66fbf is #ff66cc. Color #e66fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101111 10111111
Octal 346 157 277
Decimal 230 111 191
Hex E6 6F BF

RGB Percentages of Color #e66fbf

%43.23
%20.86
%35.90

CMYK Percentages of Color #e66fbf

%0
%52
%17
%10

Triadic Colors of #e66fbf

#e66fbf #bfe66f #6fbfe6

Analogous Colors of #e66fbf

#e66fbf #e66f84 #d26fe6

Monochromatic Colors of #e66fbf

#e66fbf

Complementary Color

#e66fbf #6fe696

#e66fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66fbf Color CSS Codes

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

#e66fbf Text Font Color

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

This sample text font color is #e66fbf
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.


#e66fbf Background Color

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

This div background color is #e66fbf


#e66fbf Border Color

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

This div border color is #e66fbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,111,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e66fbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e66fbf;
  -webkit-box-shadow: 1px 1px 3px 2px #e66fbf;
  box-shadow:         1px 1px 3px 2px #e66fbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,111,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66fbf


Comments

No comments written yet.

Please login to write comment.