Color Hex Logo

#e151cf Color Hex

#E151CF
(225,81,207)
0 Favorites   0 Comments

Color spaces of #e151cf

RGB 22581207
HSL0.850.710.60
HSV308°64°88°
CMYK 0.000.640.08   0.12
XYZ45.256326.397461.7414
Yxy26.39740.33930.1979
Hunter Lab51.378467.3183-35.2839
CIE-Lab58.412469.6934-37.2425

#e151cf color RGB value is (225,81,207).

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

The process color (four color CMYK) of #e151cf color hex is 0.00, 0.64, 0.08, 0.12. Web safe color of #e151cf is #cc66cc. Color #e151cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010001 11001111
Octal 341 121 317
Decimal 225 81 207
Hex E1 51 CF

RGB Percentages of Color #e151cf

%43.86
%15.79
%40.35

CMYK Percentages of Color #e151cf

%0
%64
%8
%12

Triadic Colors of #e151cf

#e151cf #cfe151 #51cfe1

Analogous Colors of #e151cf

#e151cf #e15187 #ab51e1

Monochromatic Colors of #e151cf

#e151cf

Complementary Color

#e151cf #51e163

#e151cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e151cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e151cf Color CSS Codes

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

#e151cf Text Font Color

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

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


#e151cf Background Color

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

This div background color is #e151cf


#e151cf Border Color

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

This div border color is #e151cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e151cf


Comments

No comments written yet.

Please login to write comment.