Color Hex Logo

#e125ce Color Hex

#E125CE
(225,37,206)
0 Favorites   0 Comments

Color spaces of #e125ce

RGB 22537206
HSL0.850.760.51
HSV306°84°88°
CMYK 0.000.840.08   0.12
XYZ42.853521.786960.3392
Yxy21.78690.34290.1743
Hunter Lab46.676482.1965-43.9714
CIE-Lab53.800282.5377-43.9318

#e125ce color RGB value is (225,37,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100101 11001110
Octal 341 45 316
Decimal 225 37 206
Hex E1 25 CE

RGB Percentages of Color #e125ce

%48.08
%7.91
%44.02

CMYK Percentages of Color #e125ce

%0
%84
%8
%12

Triadic Colors of #e125ce

#e125ce #cee125 #25cee1

Analogous Colors of #e125ce

#e125ce #e12570 #9625e1

Monochromatic Colors of #e125ce

#e125ce

Complementary Color

#e125ce #25e138

#e125ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e125ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e125ce Color CSS Codes

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

#e125ce Text Font Color

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

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


#e125ce Background Color

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

This div background color is #e125ce


#e125ce Border Color

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

This div border color is #e125ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e125ce


Comments

No comments written yet.

Please login to write comment.