Color Hex Logo

#e130af Color Hex

#E130AF
(225,48,175)
0 Favorites   0 Comments

Color spaces of #e130af

RGB 22548175
HSL0.880.750.54
HSV317°79°88°
CMYK 0.000.790.22   0.12
XYZ39.846221.216642.5525
Yxy21.21660.38460.2048
Hunter Lab46.061573.8066-22.5302
CIE-Lab53.185775.9992-26.9381

#e130af color RGB value is (225,48,175).

#e130af hex color red value is 225, green value is 48 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e130af hue: 0.88 , saturation: 0.75 and the lightness value of e130af is 0.54.

The process color (four color CMYK) of #e130af color hex is 0.00, 0.79, 0.22, 0.12. Web safe color of #e130af is #cc3399. Color #e130af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110000 10101111
Octal 341 60 257
Decimal 225 48 175
Hex E1 30 AF

RGB Percentages of Color #e130af

%50.22
%10.71
%39.06

CMYK Percentages of Color #e130af

%0
%79
%22
%12

Triadic Colors of #e130af

#e130af #afe130 #30afe1

Analogous Colors of #e130af

#e130af #e13056 #bb30e1

Monochromatic Colors of #e130af

#e130af

Complementary Color

#e130af #30e162

#e130af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e130af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e130af Color CSS Codes

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

#e130af Text Font Color

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

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


#e130af Background Color

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

This div background color is #e130af


#e130af Border Color

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

This div border color is #e130af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e130af


Comments

No comments written yet.

Please login to write comment.