Color Hex Logo

#e762cf Color Hex

#E762CF
(231,98,207)
0 Favorites   0 Comments

Color spaces of #e762cf

RGB 23198207
HSL0.860.730.65
HSV311°58°91°
CMYK 0.000.580.10   0.09
XYZ48.585230.229362.3056
Yxy30.22930.34430.2142
Hunter Lab54.981261.5180-28.7016
CIE-Lab61.851664.2167-31.8156

#e762cf color RGB value is (231,98,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100010 11001111
Octal 347 142 317
Decimal 231 98 207
Hex E7 62 CF

RGB Percentages of Color #e762cf

%43.10
%18.28
%38.62

CMYK Percentages of Color #e762cf

%0
%58
%10
%9

Triadic Colors of #e762cf

#e762cf #cfe762 #62cfe7

Analogous Colors of #e762cf

#e762cf #e7628d #bd62e7

Monochromatic Colors of #e762cf

#e762cf

Complementary Color

#e762cf #62e77a

#e762cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e762cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e762cf Color CSS Codes

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

#e762cf Text Font Color

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

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


#e762cf Background Color

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

This div background color is #e762cf


#e762cf Border Color

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

This div border color is #e762cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e762cf


Comments

No comments written yet.

Please login to write comment.