Color Hex Logo

#e506da Color Hex

#E506DA
(229,6,218)
0 Favorites   0 Comments

Color spaces of #e506da

RGB 2296218
HSL0.840.950.46
HSV303°97°90°
CMYK 0.000.970.05   0.10
XYZ45.033121.850268.1737
Yxy21.85020.33340.1618
Hunter Lab46.744290.1636-53.7501
CIE-Lab53.867788.6395-50.6380

#e506da color RGB value is (229,6,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000110 11011010
Octal 345 6 332
Decimal 229 6 218
Hex E5 6 DA

RGB Percentages of Color #e506da

%50.55
%1.32
%48.12

CMYK Percentages of Color #e506da

%0
%97
%5
%10

Triadic Colors of #e506da

#e506da #dae506 #06dae5

Analogous Colors of #e506da

#e506da #e5066b #8106e5

Monochromatic Colors of #e506da

#e506da

Complementary Color

#e506da #06e511

#e506da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e506da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e506da Color CSS Codes

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

#e506da Text Font Color

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

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


#e506da Background Color

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

This div background color is #e506da


#e506da Border Color

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

This div border color is #e506da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e506da


Comments

No comments written yet.

Please login to write comment.