color codes Logo

#e1527f color codes

#E1527F
(225,82,127)
0 Favorites   0 Comments

Color spaces of #e1527f

RGB 22582127
HSL0.950.700.60
HSV341°64°88°
CMYK 0.000.640.44   0.12
XYZ37.899423.574422.6315
Yxy23.57440.45060.2803
Hunter Lab48.553554.36326.3515
CIE-Lab55.659159.14155.0786

#e1527f color RGB value is (225,82,127).

#e1527f hex color red value is 225, green value is 82 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #e1527f hue: 0.95 , saturation: 0.70 and the lightness value of e1527f is 0.60.

The process color (four color CMYK) of #e1527f color code is 0.00, 0.64, 0.44, 0.12. Web safe color of #e1527f is #cc6666. Color #e1527f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010010 01111111
Octal 341 122 177
Decimal 225 82 127
Hex E1 52 7F

RGB Percentages of Color #e1527f

%51.84
%18.89
%29.26

CMYK Percentages of Color #e1527f

%0
%64
%44
%12

Triadic Colors of #e1527f

#e1527f #7fe152 #527fe1

Analogous Colors of #e1527f

#e1527f #e16d52 #e152c7

Monochromatic Colors of #e1527f

#e1527f

Complementary Color

#e1527f #52e1b4

#e1527f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1527f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1527f Color CSS Codes

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

#e1527f Text Font Color

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

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


#e1527f Background Color

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

This div background color is #e1527f


#e1527f Border Color

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

This div border color is #e1527f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,82,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1527f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1527f;
  -webkit-box-shadow: 1px 1px 3px 2px #e1527f;
  box-shadow:         1px 1px 3px 2px #e1527f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,82,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1527f


Comments

No comments written yet.

Please login to write comment.