Color Hex Logo

#e127cf Color Hex

#E127CF
(225,39,207)
0 Favorites   0 Comments

Color spaces of #e127cf

RGB 22539207
HSL0.850.760.52
HSV306°83°88°
CMYK 0.000.830.08   0.12
XYZ43.039321.963661.0025
Yxy21.96360.34160.1743
Hunter Lab46.865381.9131-44.3694
CIE-Lab53.988482.2798-44.2071

#e127cf color RGB value is (225,39,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100111 11001111
Octal 341 47 317
Decimal 225 39 207
Hex E1 27 CF

RGB Percentages of Color #e127cf

%47.77
%8.28
%43.95

CMYK Percentages of Color #e127cf

%0
%83
%8
%12

Triadic Colors of #e127cf

#e127cf #cfe127 #27cfe1

Analogous Colors of #e127cf

#e127cf #e12772 #9627e1

Monochromatic Colors of #e127cf

#e127cf

Complementary Color

#e127cf #27e139

#e127cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e127cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e127cf Color CSS Codes

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

#e127cf Text Font Color

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

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


#e127cf Background Color

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

This div background color is #e127cf


#e127cf Border Color

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

This div border color is #e127cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e127cf


Comments

No comments written yet.

Please login to write comment.