Color Hex Logo

#e4069c Color Hex

#E4069C
(228,6,156)
0 Favorites   0 Comments

Color spaces of #e4069c

RGB 2286156
HSL0.890.950.46
HSV319°97°89°
CMYK 0.000.970.32   0.11
XYZ38.060819.024533.1186
Yxy19.02450.42190.2109
Hunter Lab43.617179.4314-14.4871
CIE-Lab50.715980.9704-19.4763

#e4069c color RGB value is (228,6,156).

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

The process color (four color CMYK) of #e4069c color hex is 0.00, 0.97, 0.32, 0.11. Web safe color of #e4069c is #cc0099. Color #e4069c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00000110 10011100
Octal 344 6 234
Decimal 228 6 156
Hex E4 6 9C

RGB Percentages of Color #e4069c

%58.46
%1.54
%40.00

CMYK Percentages of Color #e4069c

%0
%97
%32
%11

Triadic Colors of #e4069c

#e4069c #9ce406 #069ce4

Analogous Colors of #e4069c

#e4069c #e4062d #bd06e4

Monochromatic Colors of #e4069c

#e4069c

Complementary Color

#e4069c #06e44e

#e4069c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4069c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4069c Color CSS Codes

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

#e4069c Text Font Color

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

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


#e4069c Background Color

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

This div background color is #e4069c


#e4069c Border Color

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

This div border color is #e4069c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4069c


Comments

No comments written yet.

Please login to write comment.