Color Hex Logo

#e130ab Color Hex

#E130AB
(225,48,171)
0 Favorites   0 Comments

Color spaces of #e130ab

RGB 22548171
HSL0.880.750.54
HSV318°79°88°
CMYK 0.000.790.24   0.12
XYZ39.459021.061740.5137
Yxy21.06170.39060.2085
Hunter Lab45.893073.1622-20.2152
CIE-Lab53.017075.5106-24.8555

#e130ab color RGB value is (225,48,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110000 10101011
Octal 341 60 253
Decimal 225 48 171
Hex E1 30 AB

RGB Percentages of Color #e130ab

%50.68
%10.81
%38.51

CMYK Percentages of Color #e130ab

%0
%79
%24
%12

Triadic Colors of #e130ab

#e130ab #abe130 #30abe1

Analogous Colors of #e130ab

#e130ab #e13053 #bf30e1

Monochromatic Colors of #e130ab

#e130ab

Complementary Color

#e130ab #30e166

#e130ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e130ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e130ab Color CSS Codes

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

#e130ab Text Font Color

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

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


#e130ab Background Color

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

This div background color is #e130ab


#e130ab Border Color

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

This div border color is #e130ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e130ab


Comments

No comments written yet.

Please login to write comment.