Color Hex Logo

#e085bc Color Hex

#E085BC
(224,133,188)
0 Favorites   0 Comments

Color spaces of #e085bc

RGB 224133188
HSL0.900.590.70
HSV324°41°88°
CMYK 0.000.410.16   0.12
XYZ48.205136.253252.0338
Yxy36.25320.35320.2656
Hunter Lab60.210637.5399-9.0908
CIE-Lab66.712942.2172-13.7561

#e085bc color RGB value is (224,133,188).

#e085bc hex color red value is 224, green value is 133 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e085bc hue: 0.90 , saturation: 0.59 and the lightness value of e085bc is 0.70.

The process color (four color CMYK) of #e085bc color hex is 0.00, 0.41, 0.16, 0.12. Web safe color of #e085bc is #cc99cc. Color #e085bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000101 10111100
Octal 340 205 274
Decimal 224 133 188
Hex E0 85 BC

RGB Percentages of Color #e085bc

%41.10
%24.40
%34.50

CMYK Percentages of Color #e085bc

%0
%41
%16
%12

Triadic Colors of #e085bc

#e085bc #bce085 #85bce0

Analogous Colors of #e085bc

#e085bc #e0858f #d785e0

Monochromatic Colors of #e085bc

#e085bc

Complementary Color

#e085bc #85e0a9

#e085bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e085bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e085bc Color CSS Codes

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

#e085bc Text Font Color

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

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


#e085bc Background Color

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

This div background color is #e085bc


#e085bc Border Color

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

This div border color is #e085bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e085bc


Comments

No comments written yet.

Please login to write comment.