Color Hex Logo

#e962db Color Hex

#E962DB
(233,98,219)
0 Favorites   0 Comments

Color spaces of #e962db

RGB 23398219
HSL0.850.750.65
HSV306°58°91°
CMYK 0.000.580.06   0.09
XYZ50.758131.173570.3597
Yxy31.17350.33330.2047
Hunter Lab55.833264.5665-35.6326
CIE-Lab62.653866.6319-37.2991

#e962db color RGB value is (233,98,219).

#e962db hex color red value is 233, green value is 98 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e962db hue: 0.85 , saturation: 0.75 and the lightness value of e962db is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100010 11011011
Octal 351 142 333
Decimal 233 98 219
Hex E9 62 DB

RGB Percentages of Color #e962db

%42.36
%17.82
%39.82

CMYK Percentages of Color #e962db

%0
%58
%6
%9

Triadic Colors of #e962db

#e962db #dbe962 #62dbe9

Analogous Colors of #e962db

#e962db #e96298 #b462e9

Monochromatic Colors of #e962db

#e962db

Complementary Color

#e962db #62e970

#e962db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e962db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e962db Color CSS Codes

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

#e962db Text Font Color

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

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


#e962db Background Color

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

This div background color is #e962db


#e962db Border Color

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

This div border color is #e962db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e962db


Comments

No comments written yet.

Please login to write comment.