Color Hex Logo

#e06eba Color Hex

#E06EBA
(224,110,186)
0 Favorites   0 Comments

Color spaces of #e06eba

RGB 224110186
HSL0.890.650.65
HSV320°51°88°
CMYK 0.000.510.17   0.12
XYZ45.179330.544349.9688
Yxy30.54430.35940.2430
Hunter Lab55.266949.2022-14.9194
CIE-Lab62.121053.4861-19.5767

#e06eba color RGB value is (224,110,186).

#e06eba hex color red value is 224, green value is 110 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e06eba hue: 0.89 , saturation: 0.65 and the lightness value of e06eba is 0.65.

The process color (four color CMYK) of #e06eba color hex is 0.00, 0.51, 0.17, 0.12. Web safe color of #e06eba is #cc66cc. Color #e06eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101110 10111010
Octal 340 156 272
Decimal 224 110 186
Hex E0 6E BA

RGB Percentages of Color #e06eba

%43.08
%21.15
%35.77

CMYK Percentages of Color #e06eba

%0
%51
%17
%12

Triadic Colors of #e06eba

#e06eba #bae06e #6ebae0

Analogous Colors of #e06eba

#e06eba #e06e81 #cd6ee0

Monochromatic Colors of #e06eba

#e06eba

Complementary Color

#e06eba #6ee094

#e06eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06eba Color CSS Codes

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

#e06eba Text Font Color

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

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


#e06eba Background Color

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

This div background color is #e06eba


#e06eba Border Color

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

This div border color is #e06eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06eba


Comments

No comments written yet.

Please login to write comment.