Color Hex Logo

#e066c3 Color Hex

#E066C3
(224,102,195)
0 Favorites   0 Comments

Color spaces of #e066c3

RGB 224102195
HSL0.870.660.64
HSV314°54°88°
CMYK 0.000.540.13   0.12
XYZ45.342229.290254.8935
Yxy29.29020.35010.2261
Hunter Lab54.120454.8369-22.2526
CIE-Lab61.036958.6276-26.3560

#e066c3 color RGB value is (224,102,195).

#e066c3 hex color red value is 224, green value is 102 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #e066c3 hue: 0.87 , saturation: 0.66 and the lightness value of e066c3 is 0.64.

The process color (four color CMYK) of #e066c3 color hex is 0.00, 0.54, 0.13, 0.12. Web safe color of #e066c3 is #cc66cc. Color #e066c3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100110 11000011
Octal 340 146 303
Decimal 224 102 195
Hex E0 66 C3

RGB Percentages of Color #e066c3

%42.99
%19.58
%37.43

CMYK Percentages of Color #e066c3

%0
%54
%13
%12

Triadic Colors of #e066c3

#e066c3 #c3e066 #66c3e0

Analogous Colors of #e066c3

#e066c3 #e06686 #c066e0

Monochromatic Colors of #e066c3

#e066c3

Complementary Color

#e066c3 #66e083

#e066c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e066c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e066c3 Color CSS Codes

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

#e066c3 Text Font Color

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

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


#e066c3 Background Color

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

This div background color is #e066c3


#e066c3 Border Color

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

This div border color is #e066c3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,102,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e066c3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e066c3;
  -webkit-box-shadow: 1px 1px 3px 2px #e066c3;
  box-shadow:         1px 1px 3px 2px #e066c3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,102,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e066c3


Comments

No comments written yet.

Please login to write comment.