Color Hex Logo

#e127d8 Color Hex

#E127D8
(225,39,216)
0 Favorites   0 Comments

Color spaces of #e127d8

RGB 22539216
HSL0.840.760.52
HSV303°83°88°
CMYK 0.000.830.04   0.12
XYZ44.171522.416566.9645
Yxy22.41650.33070.1678
Hunter Lab47.346183.6759-50.7153
CIE-Lab54.466283.5580-48.5886

#e127d8 color RGB value is (225,39,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100111 11011000
Octal 341 47 330
Decimal 225 39 216
Hex E1 27 D8

RGB Percentages of Color #e127d8

%46.88
%8.13
%45.00

CMYK Percentages of Color #e127d8

%0
%83
%4
%12

Triadic Colors of #e127d8

#e127d8 #d8e127 #27d8e1

Analogous Colors of #e127d8

#e127d8 #e1277b #8d27e1

Monochromatic Colors of #e127d8

#e127d8

Complementary Color

#e127d8 #27e130

#e127d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e127d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e127d8 Color CSS Codes

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

#e127d8 Text Font Color

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

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


#e127d8 Background Color

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

This div background color is #e127d8


#e127d8 Border Color

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

This div border color is #e127d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e127d8


Comments

No comments written yet.

Please login to write comment.