Color Hex Logo

#e127cd Color Hex

#E127CD
(225,39,205)
0 Favorites   0 Comments

Color spaces of #e127cd

RGB 22539205
HSL0.850.760.52
HSV306°83°88°
CMYK 0.000.830.09   0.12
XYZ42.796321.866459.7226
Yxy21.86640.34410.1758
Hunter Lab46.761581.5311-42.9906
CIE-Lab53.885082.0015-43.2241

#e127cd color RGB value is (225,39,205).

#e127cd hex color red value is 225, green value is 39 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e127cd hue: 0.85 , saturation: 0.76 and the lightness value of e127cd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100111 11001101
Octal 341 47 315
Decimal 225 39 205
Hex E1 27 CD

RGB Percentages of Color #e127cd

%47.97
%8.32
%43.71

CMYK Percentages of Color #e127cd

%0
%83
%9
%12

Triadic Colors of #e127cd

#e127cd #cde127 #27cde1

Analogous Colors of #e127cd

#e127cd #e12770 #9827e1

Monochromatic Colors of #e127cd

#e127cd

Complementary Color

#e127cd #27e13b

#e127cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e127cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e127cd Color CSS Codes

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

#e127cd Text Font Color

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

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


#e127cd Background Color

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

This div background color is #e127cd


#e127cd Border Color

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

This div border color is #e127cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e127cd


Comments

No comments written yet.

Please login to write comment.