Color Hex Logo

#e762ce Color Hex

#E762CE
(231,98,206)
0 Favorites   0 Comments

Color spaces of #e762ce

RGB 23198206
HSL0.860.730.65
HSV311°58°91°
CMYK 0.000.580.11   0.09
XYZ48.463330.180561.6636
Yxy30.18050.34540.2151
Hunter Lab54.936861.3271-28.0941
CIE-Lab61.809764.0627-31.3156

#e762ce color RGB value is (231,98,206).

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

The process color (four color CMYK) of #e762ce color hex is 0.00, 0.58, 0.11, 0.09. Web safe color of #e762ce is #ff66cc. Color #e762ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100010 11001110
Octal 347 142 316
Decimal 231 98 206
Hex E7 62 CE

RGB Percentages of Color #e762ce

%43.18
%18.32
%38.50

CMYK Percentages of Color #e762ce

%0
%58
%11
%9

Triadic Colors of #e762ce

#e762ce #cee762 #62cee7

Analogous Colors of #e762ce

#e762ce #e7628c #be62e7

Monochromatic Colors of #e762ce

#e762ce

Complementary Color

#e762ce #62e77b

#e762ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e762ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e762ce Color CSS Codes

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

#e762ce Text Font Color

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

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


#e762ce Background Color

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

This div background color is #e762ce


#e762ce Border Color

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

This div border color is #e762ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,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 #e762ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e762ce


Comments

No comments written yet.

Please login to write comment.