Color Hex Logo

#e06891 Color Hex

#E06891
(224,104,145)
0 Favorites   0 Comments

Color spaces of #e06891

RGB 224104145
HSL0.940.660.64
HSV340°54°88°
CMYK 0.000.540.35   0.12
XYZ40.801627.792330.0020
Yxy27.79230.41380.2819
Hunter Lab52.718445.89353.1610
CIE-Lab59.700650.88500.3736

#e06891 color RGB value is (224,104,145).

#e06891 hex color red value is 224, green value is 104 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #e06891 hue: 0.94 , saturation: 0.66 and the lightness value of e06891 is 0.64.

The process color (four color CMYK) of #e06891 color hex is 0.00, 0.54, 0.35, 0.12. Web safe color of #e06891 is #cc6699. Color #e06891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101000 10010001
Octal 340 150 221
Decimal 224 104 145
Hex E0 68 91

RGB Percentages of Color #e06891

%47.36
%21.99
%30.66

CMYK Percentages of Color #e06891

%0
%54
%35
%12

Triadic Colors of #e06891

#e06891 #91e068 #6891e0

Analogous Colors of #e06891

#e06891 #e07b68 #e068cd

Monochromatic Colors of #e06891

#e06891

Complementary Color

#e06891 #68e0b7

#e06891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06891 Color CSS Codes

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

#e06891 Text Font Color

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

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


#e06891 Background Color

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

This div background color is #e06891


#e06891 Border Color

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

This div border color is #e06891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06891


Comments

No comments written yet.

Please login to write comment.