Color Hex Logo

#e5067a Color Hex

#E5067A
(229,6,122)
0 Favorites   0 Comments

Color spaces of #e5067a

RGB 2296122
HSL0.910.950.46
HSV329°97°90°
CMYK 0.000.970.47   0.10
XYZ35.891118.193420.0324
Yxy18.19340.48420.2455
Hunter Lab42.653775.55532.0119
CIE-Lab49.729878.0800-0.4234

#e5067a color RGB value is (229,6,122).

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

The process color (four color CMYK) of #e5067a color hex is 0.00, 0.97, 0.47, 0.10. Web safe color of #e5067a is #cc0066. Color #e5067a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000110 01111010
Octal 345 6 172
Decimal 229 6 122
Hex E5 6 7A

RGB Percentages of Color #e5067a

%64.15
%1.68
%34.17

CMYK Percentages of Color #e5067a

%0
%97
%47
%10

Triadic Colors of #e5067a

#e5067a #7ae506 #067ae5

Analogous Colors of #e5067a

#e5067a #e5060b #e106e5

Monochromatic Colors of #e5067a

#e5067a

Complementary Color

#e5067a #06e571

#e5067a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5067a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5067a Color CSS Codes

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

#e5067a Text Font Color

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

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


#e5067a Background Color

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

This div background color is #e5067a


#e5067a Border Color

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

This div border color is #e5067a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5067a


Comments

No comments written yet.

Please login to write comment.