Color Hex Logo

#e125ca Color Hex

#E125CA
(225,37,202)
0 Favorites   0 Comments

Color spaces of #e125ca

RGB 22537202
HSL0.850.760.51
HSV307°84°88°
CMYK 0.000.840.10   0.12
XYZ42.373621.595057.8120
Yxy21.59500.34800.1773
Hunter Lab46.470481.4402-41.2310
CIE-Lab53.594681.9871-41.9599

#e125ca color RGB value is (225,37,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100101 11001010
Octal 341 45 312
Decimal 225 37 202
Hex E1 25 CA

RGB Percentages of Color #e125ca

%48.49
%7.97
%43.53

CMYK Percentages of Color #e125ca

%0
%84
%10
%12

Triadic Colors of #e125ca

#e125ca #cae125 #25cae1

Analogous Colors of #e125ca

#e125ca #e1256c #9a25e1

Monochromatic Colors of #e125ca

#e125ca

Complementary Color

#e125ca #25e13c

#e125ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e125ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e125ca Color CSS Codes

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

#e125ca Text Font Color

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

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


#e125ca Background Color

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

This div background color is #e125ca


#e125ca Border Color

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

This div border color is #e125ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e125ca


Comments

No comments written yet.

Please login to write comment.