Color Hex Logo

#e537cb Color Hex

#E537CB
(229,55,203)
0 Favorites   0 Comments

Color spaces of #e537cb

RGB 22955203
HSL0.860.770.56
HSV309°76°90°
CMYK 0.000.760.11   0.10
XYZ44.458823.702258.7317
Yxy23.70220.35040.1868
Hunter Lab48.684977.8067-37.4459
CIE-Lab55.788478.6966-39.0318

#e537cb color RGB value is (229,55,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110111 11001011
Octal 345 67 313
Decimal 229 55 203
Hex E5 37 CB

RGB Percentages of Color #e537cb

%47.02
%11.29
%41.68

CMYK Percentages of Color #e537cb

%0
%76
%11
%10

Triadic Colors of #e537cb

#e537cb #cbe537 #37cbe5

Analogous Colors of #e537cb

#e537cb #e53774 #a837e5

Monochromatic Colors of #e537cb

#e537cb

Complementary Color

#e537cb #37e551

#e537cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e537cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e537cb Color CSS Codes

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

#e537cb Text Font Color

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

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


#e537cb Background Color

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

This div background color is #e537cb


#e537cb Border Color

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

This div border color is #e537cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e537cb


Comments

No comments written yet.

Please login to write comment.