Color Hex Logo

#e527cf Color Hex

#E527CF
(229,39,207)
0 Favorites   0 Comments

Color spaces of #e527cf

RGB 22939207
HSL0.850.790.53
HSV307°83°90°
CMYK 0.000.830.10   0.10
XYZ44.301122.614061.0615
Yxy22.61400.34620.1767
Hunter Lab47.554283.0694-42.8428
CIE-Lab54.672583.0470-43.0807

#e527cf color RGB value is (229,39,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100111 11001111
Octal 345 47 317
Decimal 229 39 207
Hex E5 27 CF

RGB Percentages of Color #e527cf

%48.21
%8.21
%43.58

CMYK Percentages of Color #e527cf

%0
%83
%10
%10

Triadic Colors of #e527cf

#e527cf #cfe527 #27cfe5

Analogous Colors of #e527cf

#e527cf #e52770 #9c27e5

Monochromatic Colors of #e527cf

#e527cf

Complementary Color

#e527cf #27e53d

#e527cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e527cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e527cf Color CSS Codes

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

#e527cf Text Font Color

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

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


#e527cf Background Color

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

This div background color is #e527cf


#e527cf Border Color

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

This div border color is #e527cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e527cf


Comments

No comments written yet.

Please login to write comment.