Color Hex Logo

#e565cb Color Hex

#E565CB
(229,101,203)
0 Favorites   0 Comments

Color spaces of #e565cb

RGB 229101203
HSL0.870.710.65
HSV312°56°90°
CMYK 0.000.560.11   0.10
XYZ47.746330.277259.8275
Yxy30.27720.34640.2196
Hunter Lab55.024758.5956-25.9478
CIE-Lab61.892761.7252-29.5135

#e565cb color RGB value is (229,101,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100101 11001011
Octal 345 145 313
Decimal 229 101 203
Hex E5 65 CB

RGB Percentages of Color #e565cb

%42.96
%18.95
%38.09

CMYK Percentages of Color #e565cb

%0
%56
%11
%10

Triadic Colors of #e565cb

#e565cb #cbe565 #65cbe5

Analogous Colors of #e565cb

#e565cb #e5658b #bf65e5

Monochromatic Colors of #e565cb

#e565cb

Complementary Color

#e565cb #65e57f

#e565cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e565cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e565cb Color CSS Codes

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

#e565cb Text Font Color

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

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


#e565cb Background Color

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

This div background color is #e565cb


#e565cb Border Color

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

This div border color is #e565cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e565cb


Comments

No comments written yet.

Please login to write comment.