Color Hex Logo

#e366ca Color Hex

#E366CA
(227,102,202)
0 Favorites   0 Comments

Color spaces of #e366ca

RGB 227102202
HSL0.870.690.65
HSV312°55°89°
CMYK 0.000.550.11   0.11
XYZ47.090630.097959.2046
Yxy30.09790.34530.2207
Hunter Lab54.861657.2084-25.5805
CIE-Lab61.738660.5614-29.2086

#e366ca color RGB value is (227,102,202).

#e366ca hex color red value is 227, green value is 102 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e366ca hue: 0.87 , saturation: 0.69 and the lightness value of e366ca is 0.65.

The process color (four color CMYK) of #e366ca color hex is 0.00, 0.55, 0.11, 0.11. Web safe color of #e366ca is #cc66cc. Color #e366ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100110 11001010
Octal 343 146 312
Decimal 227 102 202
Hex E3 66 CA

RGB Percentages of Color #e366ca

%42.75
%19.21
%38.04

CMYK Percentages of Color #e366ca

%0
%55
%11
%11

Triadic Colors of #e366ca

#e366ca #cae366 #66cae3

Analogous Colors of #e366ca

#e366ca #e3668c #be66e3

Monochromatic Colors of #e366ca

#e366ca

Complementary Color

#e366ca #66e37f

#e366ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e366ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e366ca Color CSS Codes

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

#e366ca Text Font Color

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

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


#e366ca Background Color

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

This div background color is #e366ca


#e366ca Border Color

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

This div border color is #e366ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e366ca


Comments

No comments written yet.

Please login to write comment.