Color Hex Logo

#e08bca Color Hex

#E08BCA
(224,139,202)
0 Favorites   0 Comments

Color spaces of #e08bca

RGB 224139202
HSL0.880.580.71
HSV316°38°88°
CMYK 0.000.380.10   0.12
XYZ50.633838.576860.6545
Yxy38.57680.33790.2574
Hunter Lab62.110236.8247-14.4232
CIE-Lab68.443641.3446-18.9701

#e08bca color RGB value is (224,139,202).

#e08bca hex color red value is 224, green value is 139 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e08bca hue: 0.88 , saturation: 0.58 and the lightness value of e08bca is 0.71.

The process color (four color CMYK) of #e08bca color hex is 0.00, 0.38, 0.10, 0.12. Web safe color of #e08bca is #cc99cc. Color #e08bca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001011 11001010
Octal 340 213 312
Decimal 224 139 202
Hex E0 8B CA

RGB Percentages of Color #e08bca

%39.65
%24.60
%35.75

CMYK Percentages of Color #e08bca

%0
%38
%10
%12

Triadic Colors of #e08bca

#e08bca #cae08b #8bcae0

Analogous Colors of #e08bca

#e08bca #e08ba0 #cc8be0

Monochromatic Colors of #e08bca

#e08bca

Complementary Color

#e08bca #8be0a1

#e08bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08bca Color CSS Codes

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

#e08bca Text Font Color

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

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


#e08bca Background Color

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

This div background color is #e08bca


#e08bca Border Color

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

This div border color is #e08bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,139,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08bca


Comments

No comments written yet.

Please login to write comment.