Color Hex Logo

#e66fcb Color Hex

#E66FCB
(230,111,203)
0 Favorites   0 Comments

Color spaces of #e66fcb

RGB 230111203
HSL0.870.700.67
HSV314°52°90°
CMYK 0.000.520.12   0.10
XYZ49.097132.503760.1860
Yxy32.50370.34630.2292
Hunter Lab57.012053.9480-22.6824
CIE-Lab63.757057.4027-26.6256

#e66fcb color RGB value is (230,111,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101111 11001011
Octal 346 157 313
Decimal 230 111 203
Hex E6 6F CB

RGB Percentages of Color #e66fcb

%42.28
%20.40
%37.32

CMYK Percentages of Color #e66fcb

%0
%52
%12
%10

Triadic Colors of #e66fcb

#e66fcb #cbe66f #6fcbe6

Analogous Colors of #e66fcb

#e66fcb #e66f90 #c66fe6

Monochromatic Colors of #e66fcb

#e66fcb

Complementary Color

#e66fcb #6fe68a

#e66fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66fcb Color CSS Codes

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

#e66fcb Text Font Color

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

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


#e66fcb Background Color

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

This div background color is #e66fcb


#e66fcb Border Color

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

This div border color is #e66fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66fcb


Comments

No comments written yet.

Please login to write comment.