Color Hex Logo

#e662ce Color Hex

#E662CE
(230,98,206)
0 Favorites   0 Comments

Color spaces of #e662ce

RGB 23098206
HSL0.860.730.64
HSV311°57°90°
CMYK 0.000.570.10   0.10
XYZ48.141430.014661.6486
Yxy30.01460.34430.2147
Hunter Lab54.785660.9774-28.3674
CIE-Lab61.666863.7920-31.5484

#e662ce color RGB value is (230,98,206).

#e662ce hex color red value is 230, green value is 98 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e662ce hue: 0.86 , saturation: 0.73 and the lightness value of e662ce is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100010 11001110
Octal 346 142 316
Decimal 230 98 206
Hex E6 62 CE

RGB Percentages of Color #e662ce

%43.07
%18.35
%38.58

CMYK Percentages of Color #e662ce

%0
%57
%10
%10

Triadic Colors of #e662ce

#e662ce #cee662 #62cee6

Analogous Colors of #e662ce

#e662ce #e6628c #bc62e6

Monochromatic Colors of #e662ce

#e662ce

Complementary Color

#e662ce #62e67a

#e662ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e662ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e662ce Color CSS Codes

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

#e662ce Text Font Color

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

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


#e662ce Background Color

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

This div background color is #e662ce


#e662ce Border Color

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

This div border color is #e662ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e662ce


Comments

No comments written yet.

Please login to write comment.