Color Hex Logo

#e125cc Color Hex

#E125CC
(225,37,204)
0 Favorites   0 Comments

Color spaces of #e125cc

RGB 22537204
HSL0.850.760.51
HSV307°84°88°
CMYK 0.000.840.09   0.12
XYZ42.612021.690359.0675
Yxy21.69030.34540.1758
Hunter Lab46.572881.8168-42.5954
CIE-Lab53.696982.2614-42.9476

#e125cc color RGB value is (225,37,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100101 11001100
Octal 341 45 314
Decimal 225 37 204
Hex E1 25 CC

RGB Percentages of Color #e125cc

%48.28
%7.94
%43.78

CMYK Percentages of Color #e125cc

%0
%84
%9
%12

Triadic Colors of #e125cc

#e125cc #cce125 #25cce1

Analogous Colors of #e125cc

#e125cc #e1256e #9825e1

Monochromatic Colors of #e125cc

#e125cc

Complementary Color

#e125cc #25e13a

#e125cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e125cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e125cc Color CSS Codes

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

#e125cc Text Font Color

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

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


#e125cc Background Color

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

This div background color is #e125cc


#e125cc Border Color

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

This div border color is #e125cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e125cc


Comments

No comments written yet.

Please login to write comment.