Color Hex Logo

#e562cb Color Hex

#E562CB
(229,98,203)
0 Favorites   0 Comments

Color spaces of #e562cb

RGB 22998203
HSL0.870.720.64
HSV312°57°90°
CMYK 0.000.570.11   0.10
XYZ47.460329.705259.7322
Yxy29.70520.34670.2170
Hunter Lab54.502560.0570-26.8274
CIE-Lab61.399063.0578-30.2776

#e562cb color RGB value is (229,98,203).

#e562cb hex color red value is 229, green value is 98 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e562cb hue: 0.87 , saturation: 0.72 and the lightness value of e562cb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100010 11001011
Octal 345 142 313
Decimal 229 98 203
Hex E5 62 CB

RGB Percentages of Color #e562cb

%43.21
%18.49
%38.30

CMYK Percentages of Color #e562cb

%0
%57
%11
%10

Triadic Colors of #e562cb

#e562cb #cbe562 #62cbe5

Analogous Colors of #e562cb

#e562cb #e5628a #be62e5

Monochromatic Colors of #e562cb

#e562cb

Complementary Color

#e562cb #62e57c

#e562cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e562cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e562cb Color CSS Codes

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

#e562cb Text Font Color

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

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


#e562cb Background Color

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

This div background color is #e562cb


#e562cb Border Color

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

This div border color is #e562cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e562cb


Comments

No comments written yet.

Please login to write comment.