Color Hex Logo

#e502da Color Hex

#E502DA
(229,2,218)
0 Favorites   0 Comments

Color spaces of #e502da

RGB 2292218
HSL0.840.980.45
HSV303°99°90°
CMYK 0.000.990.05   0.10
XYZ44.989721.763468.1592
Yxy21.76340.33350.1613
Hunter Lab46.651390.5027-53.9690
CIE-Lab53.775188.9136-50.7856

#e502da color RGB value is (229,2,218).

#e502da hex color red value is 229, green value is 2 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e502da hue: 0.84 , saturation: 0.98 and the lightness value of e502da is 0.45.

The process color (four color CMYK) of #e502da color hex is 0.00, 0.99, 0.05, 0.10. Web safe color of #e502da is #cc00cc. Color #e502da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000010 11011010
Octal 345 2 332
Decimal 229 2 218
Hex E5 2 DA

RGB Percentages of Color #e502da

%51.00
%0.45
%48.55

CMYK Percentages of Color #e502da

%0
%99
%5
%10

Triadic Colors of #e502da

#e502da #dae502 #02dae5

Analogous Colors of #e502da

#e502da #e50269 #7f02e5

Monochromatic Colors of #e502da

#e502da

Complementary Color

#e502da #02e50d

#e502da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e502da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e502da Color CSS Codes

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

#e502da Text Font Color

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

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


#e502da Background Color

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

This div background color is #e502da


#e502da Border Color

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

This div border color is #e502da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,2,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 #e502da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e502da


Comments

No comments written yet.

Please login to write comment.