Color Hex Logo

#e10acb Color Hex

#E10ACB
(225,10,203)
0 Favorites   0 Comments

Color spaces of #e10acb

RGB 22510203
HSL0.850.910.46
HSV306°96°88°
CMYK 0.000.960.10   0.12
XYZ41.939420.536458.2534
Yxy20.53640.34740.1701
Hunter Lab45.317185.8906-44.4930
CIE-Lab52.438385.6619-44.3646

#e10acb color RGB value is (225,10,203).

#e10acb hex color red value is 225, green value is 10 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e10acb hue: 0.85 , saturation: 0.91 and the lightness value of e10acb is 0.46.

The process color (four color CMYK) of #e10acb color hex is 0.00, 0.96, 0.10, 0.12. Web safe color of #e10acb is #cc00cc. Color #e10acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001010 11001011
Octal 341 12 313
Decimal 225 10 203
Hex E1 A CB

RGB Percentages of Color #e10acb

%51.37
%2.28
%46.35

CMYK Percentages of Color #e10acb

%0
%96
%10
%12

Triadic Colors of #e10acb

#e10acb #cbe10a #0acbe1

Analogous Colors of #e10acb

#e10acb #e10a5f #8c0ae1

Monochromatic Colors of #e10acb

#e10acb

Complementary Color

#e10acb #0ae120

#e10acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10acb Color CSS Codes

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

#e10acb Text Font Color

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

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


#e10acb Background Color

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

This div background color is #e10acb


#e10acb Border Color

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

This div border color is #e10acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10acb


Comments

No comments written yet.

Please login to write comment.