color codes Logo

#e50adf color codes

#E50ADF
(229,10,223)
0 Favorites   0 Comments

Color spaces of #e50adf

RGB 22910223
HSL0.840.920.47
HSV302°96°90°
CMYK 0.000.960.03   0.10
XYZ45.740922.202871.6868
Yxy22.20280.32760.1590
Hunter Lab47.119890.8165-57.2182
CIE-Lab54.241589.0598-52.8834

#e50adf color RGB value is (229,10,223).

#e50adf hex color red value is 229, green value is 10 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e50adf hue: 0.84 , saturation: 0.92 and the lightness value of e50adf is 0.47.

The process color (four color CMYK) of #e50adf color code is 0.00, 0.96, 0.03, 0.10. Web safe color of #e50adf is #cc00cc. Color #e50adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001010 11011111
Octal 345 12 337
Decimal 229 10 223
Hex E5 A DF

RGB Percentages of Color #e50adf

%49.57
%2.16
%48.27

CMYK Percentages of Color #e50adf

%0
%96
%3
%10

Triadic Colors of #e50adf

#e50adf #dfe50a #0adfe5

Analogous Colors of #e50adf

#e50adf #e50a72 #7e0ae5

Monochromatic Colors of #e50adf

#e50adf

Complementary Color

#e50adf #0ae510

#e50adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50adf Color CSS Codes

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

#e50adf Text Font Color

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

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


#e50adf Background Color

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

This div background color is #e50adf


#e50adf Border Color

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

This div border color is #e50adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50adf


Comments

No comments written yet.

Please login to write comment.