Color Hex Logo

#e506ba Color Hex

#E506BA
(229,6,186)
0 Favorites   0 Comments

Color spaces of #e506ba

RGB 2296186
HSL0.870.950.46
HSV312°97°90°
CMYK 0.000.970.19   0.10
XYZ41.241120.333448.2055
Yxy20.33340.37570.1852
Hunter Lab45.092684.3419-31.8182
CIE-Lab52.212184.5127-34.8247

#e506ba color RGB value is (229,6,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000110 10111010
Octal 345 6 272
Decimal 229 6 186
Hex E5 6 BA

RGB Percentages of Color #e506ba

%54.39
%1.43
%44.18

CMYK Percentages of Color #e506ba

%0
%97
%19
%10

Triadic Colors of #e506ba

#e506ba #bae506 #06bae5

Analogous Colors of #e506ba

#e506ba #e5064a #a106e5

Monochromatic Colors of #e506ba

#e506ba

Complementary Color

#e506ba #06e531

#e506ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e506ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e506ba Color CSS Codes

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

#e506ba Text Font Color

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

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


#e506ba Background Color

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

This div background color is #e506ba


#e506ba Border Color

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

This div border color is #e506ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e506ba


Comments

No comments written yet.

Please login to write comment.