Color Hex Logo

#e125cf Color Hex

#E125CF
(225,37,207)
0 Favorites   0 Comments

Color spaces of #e125cf

RGB 22537207
HSL0.850.760.51
HSV306°84°88°
CMYK 0.000.840.08   0.12
XYZ42.975421.835760.9811
Yxy21.83570.34160.1736
Hunter Lab46.728782.3875-44.6636
CIE-Lab53.852282.6764-44.4225

#e125cf color RGB value is (225,37,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100101 11001111
Octal 341 45 317
Decimal 225 37 207
Hex E1 25 CF

RGB Percentages of Color #e125cf

%47.97
%7.89
%44.14

CMYK Percentages of Color #e125cf

%0
%84
%8
%12

Triadic Colors of #e125cf

#e125cf #cfe125 #25cfe1

Analogous Colors of #e125cf

#e125cf #e12571 #9525e1

Monochromatic Colors of #e125cf

#e125cf

Complementary Color

#e125cf #25e137

#e125cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e125cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e125cf Color CSS Codes

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

#e125cf Text Font Color

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

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


#e125cf Background Color

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

This div background color is #e125cf


#e125cf Border Color

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

This div border color is #e125cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e125cf


Comments

No comments written yet.

Please login to write comment.