Color Hex Logo

#e561cb Color Hex

#E561CB
(229,97,203)
0 Favorites   0 Comments

Color spaces of #e561cb

RGB 22997203
HSL0.870.720.64
HSV312°58°90°
CMYK 0.000.580.11   0.10
XYZ47.367329.519259.7012
Yxy29.51920.34680.2161
Hunter Lab54.331660.5394-27.1176
CIE-Lab61.237163.4963-30.5284

#e561cb color RGB value is (229,97,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100001 11001011
Octal 345 141 313
Decimal 229 97 203
Hex E5 61 CB

RGB Percentages of Color #e561cb

%43.29
%18.34
%38.37

CMYK Percentages of Color #e561cb

%0
%58
%11
%10

Triadic Colors of #e561cb

#e561cb #cbe561 #61cbe5

Analogous Colors of #e561cb

#e561cb #e56189 #bd61e5

Monochromatic Colors of #e561cb

#e561cb

Complementary Color

#e561cb #61e57b

#e561cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e561cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e561cb Color CSS Codes

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

#e561cb Text Font Color

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

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


#e561cb Background Color

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

This div background color is #e561cb


#e561cb Border Color

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

This div border color is #e561cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e561cb


Comments

No comments written yet.

Please login to write comment.