Color Hex Logo

#e060ba Color Hex

#E060BA
(224,96,186)
0 Favorites   0 Comments

Color spaces of #e060ba

RGB 22496186
HSL0.880.670.63
HSV318°57°88°
CMYK 0.000.570.17   0.12
XYZ43.786327.758249.5045
Yxy27.75820.36170.2293
Hunter Lab52.686156.1471-18.8294
CIE-Lab59.669760.0001-23.3239

#e060ba color RGB value is (224,96,186).

#e060ba hex color red value is 224, green value is 96 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e060ba hue: 0.88 , saturation: 0.67 and the lightness value of e060ba is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100000 10111010
Octal 340 140 272
Decimal 224 96 186
Hex E0 60 BA

RGB Percentages of Color #e060ba

%44.27
%18.97
%36.76

CMYK Percentages of Color #e060ba

%0
%57
%17
%12

Triadic Colors of #e060ba

#e060ba #bae060 #60bae0

Analogous Colors of #e060ba

#e060ba #e0607a #c660e0

Monochromatic Colors of #e060ba

#e060ba

Complementary Color

#e060ba #60e086

#e060ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e060ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e060ba Color CSS Codes

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

#e060ba Text Font Color

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

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


#e060ba Background Color

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

This div background color is #e060ba


#e060ba Border Color

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

This div border color is #e060ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e060ba


Comments

No comments written yet.

Please login to write comment.