Color Hex Logo

#e534cf Color Hex

#E534CF
(229,52,207)
0 Favorites   0 Comments

Color spaces of #e534cf

RGB 22952207
HSL0.850.770.55
HSV307°77°90°
CMYK 0.000.770.10   0.10
XYZ44.803623.619061.2290
Yxy23.61900.34560.1822
Hunter Lab48.599479.5096-40.6782
CIE-Lab55.704380.0599-41.4524

#e534cf color RGB value is (229,52,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110100 11001111
Octal 345 64 317
Decimal 229 52 207
Hex E5 34 CF

RGB Percentages of Color #e534cf

%46.93
%10.66
%42.42

CMYK Percentages of Color #e534cf

%0
%77
%10
%10

Triadic Colors of #e534cf

#e534cf #cfe534 #34cfe5

Analogous Colors of #e534cf

#e534cf #e53477 #a334e5

Monochromatic Colors of #e534cf

#e534cf

Complementary Color

#e534cf #34e54a

#e534cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e534cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e534cf Color CSS Codes

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

#e534cf Text Font Color

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

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


#e534cf Background Color

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

This div background color is #e534cf


#e534cf Border Color

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

This div border color is #e534cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e534cf


Comments

No comments written yet.

Please login to write comment.