Color Hex Logo

#e531cb Color Hex

#E531CB
(229,49,203)
0 Favorites   0 Comments

Color spaces of #e531cb

RGB 22949203
HSL0.860.780.55
HSV309°79°90°
CMYK 0.000.790.11   0.10
XYZ44.190923.166458.6424
Yxy23.16640.35070.1839
Hunter Lab48.131579.6559-38.5457
CIE-Lab55.243380.2649-39.8890

#e531cb color RGB value is (229,49,203).

#e531cb hex color red value is 229, green value is 49 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e531cb hue: 0.86 , saturation: 0.78 and the lightness value of e531cb is 0.55.

The process color (four color CMYK) of #e531cb color hex is 0.00, 0.79, 0.11, 0.10. Web safe color of #e531cb is #cc33cc. Color #e531cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110001 11001011
Octal 345 61 313
Decimal 229 49 203
Hex E5 31 CB

RGB Percentages of Color #e531cb

%47.61
%10.19
%42.20

CMYK Percentages of Color #e531cb

%0
%79
%11
%10

Triadic Colors of #e531cb

#e531cb #cbe531 #31cbe5

Analogous Colors of #e531cb

#e531cb #e53171 #a531e5

Monochromatic Colors of #e531cb

#e531cb

Complementary Color

#e531cb #31e54b

#e531cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e531cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e531cb Color CSS Codes

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

#e531cb Text Font Color

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

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


#e531cb Background Color

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

This div background color is #e531cb


#e531cb Border Color

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

This div border color is #e531cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e531cb


Comments

No comments written yet.

Please login to write comment.