Color Hex Logo

#e10ada Color Hex

#E10ADA
(225,10,218)
0 Favorites   0 Comments

Color spaces of #e10ada

RGB 22510218
HSL0.840.910.46
HSV302°96°88°
CMYK 0.000.960.03   0.12
XYZ43.814821.286668.1291
Yxy21.28660.32890.1598
Hunter Lab46.137488.7737-55.2548
CIE-Lab53.261787.7041-51.6455

#e10ada color RGB value is (225,10,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001010 11011010
Octal 341 12 332
Decimal 225 10 218
Hex E1 A DA

RGB Percentages of Color #e10ada

%49.67
%2.21
%48.12

CMYK Percentages of Color #e10ada

%0
%96
%3
%12

Triadic Colors of #e10ada

#e10ada #dae10a #0adae1

Analogous Colors of #e10ada

#e10ada #e10a6f #7d0ae1

Monochromatic Colors of #e10ada

#e10ada

Complementary Color

#e10ada #0ae111

#e10ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10ada Color CSS Codes

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

#e10ada Text Font Color

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

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


#e10ada Background Color

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

This div background color is #e10ada


#e10ada Border Color

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

This div border color is #e10ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10ada


Comments

No comments written yet.

Please login to write comment.