Color Hex Logo

#e06abc Color Hex

#E06ABC
(224,106,188)
0 Favorites   0 Comments

Color spaces of #e06abc

RGB 224106188
HSL0.880.660.65
HSV318°53°88°
CMYK 0.000.530.16   0.12
XYZ44.971629.786250.9560
Yxy29.78620.35770.2369
Hunter Lab54.576751.5759-17.1529
CIE-Lab61.469355.6964-21.7097

#e06abc color RGB value is (224,106,188).

#e06abc hex color red value is 224, green value is 106 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e06abc hue: 0.88 , saturation: 0.66 and the lightness value of e06abc is 0.65.

The process color (four color CMYK) of #e06abc color hex is 0.00, 0.53, 0.16, 0.12. Web safe color of #e06abc is #cc66cc. Color #e06abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101010 10111100
Octal 340 152 274
Decimal 224 106 188
Hex E0 6A BC

RGB Percentages of Color #e06abc

%43.24
%20.46
%36.29

CMYK Percentages of Color #e06abc

%0
%53
%16
%12

Triadic Colors of #e06abc

#e06abc #bce06a #6abce0

Analogous Colors of #e06abc

#e06abc #e06a81 #c96ae0

Monochromatic Colors of #e06abc

#e06abc

Complementary Color

#e06abc #6ae08e

#e06abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06abc Color CSS Codes

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

#e06abc Text Font Color

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

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


#e06abc Background Color

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

This div background color is #e06abc


#e06abc Border Color

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

This div border color is #e06abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06abc


Comments

No comments written yet.

Please login to write comment.