Color Hex Logo

#e062cb Color Hex

#E062CB
(224,98,203)
0 Favorites   0 Comments

Color spaces of #e062cb

RGB 22498203
HSL0.860.670.63
HSV310°56°88°
CMYK 0.000.560.09   0.12
XYZ45.887628.894559.6586
Yxy28.89450.34130.2149
Hunter Lab53.753658.3105-28.1757
CIE-Lab60.688461.6899-31.4355

#e062cb color RGB value is (224,98,203).

#e062cb hex color red value is 224, green value is 98 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e062cb hue: 0.86 , saturation: 0.67 and the lightness value of e062cb is 0.63.

The process color (four color CMYK) of #e062cb color hex is 0.00, 0.56, 0.09, 0.12. Web safe color of #e062cb is #cc66cc. Color #e062cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100010 11001011
Octal 340 142 313
Decimal 224 98 203
Hex E0 62 CB

RGB Percentages of Color #e062cb

%42.67
%18.67
%38.67

CMYK Percentages of Color #e062cb

%0
%56
%9
%12

Triadic Colors of #e062cb

#e062cb #cbe062 #62cbe0

Analogous Colors of #e062cb

#e062cb #e0628c #b662e0

Monochromatic Colors of #e062cb

#e062cb

Complementary Color

#e062cb #62e077

#e062cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e062cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e062cb Color CSS Codes

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

#e062cb Text Font Color

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

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


#e062cb Background Color

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

This div background color is #e062cb


#e062cb Border Color

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

This div border color is #e062cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e062cb


Comments

No comments written yet.

Please login to write comment.