Color Hex Logo

#e537cf Color Hex

#E537CF
(229,55,207)
0 Favorites   0 Comments

Color spaces of #e537cf

RGB 22955207
HSL0.850.770.56
HSV308°76°90°
CMYK 0.000.760.10   0.10
XYZ44.941823.895461.2751
Yxy23.89540.34540.1837
Hunter Lab48.882978.5636-40.1024
CIE-Lab55.982979.2586-41.0134

#e537cf color RGB value is (229,55,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110111 11001111
Octal 345 67 317
Decimal 229 55 207
Hex E5 37 CF

RGB Percentages of Color #e537cf

%46.64
%11.20
%42.16

CMYK Percentages of Color #e537cf

%0
%76
%10
%10

Triadic Colors of #e537cf

#e537cf #cfe537 #37cfe5

Analogous Colors of #e537cf

#e537cf #e53778 #a437e5

Monochromatic Colors of #e537cf

#e537cf

Complementary Color

#e537cf #37e54d

#e537cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e537cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e537cf Color CSS Codes

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

#e537cf Text Font Color

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

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


#e537cf Background Color

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

This div background color is #e537cf


#e537cf Border Color

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

This div border color is #e537cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,55,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e537cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e537cf


Comments

No comments written yet.

Please login to write comment.