Color Hex Logo

#e05cbf Color Hex

#E05CBF
(224,92,191)
0 Favorites   0 Comments

Color spaces of #e05cbf

RGB 22492191
HSL0.880.680.62
HSV315°59°88°
CMYK 0.000.590.15   0.12
XYZ43.971627.263252.2350
Yxy27.26320.35610.2208
Hunter Lab52.214258.9470-22.7637
CIE-Lab59.217262.4944-26.8811

#e05cbf color RGB value is (224,92,191).

#e05cbf hex color red value is 224, green value is 92 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e05cbf hue: 0.88 , saturation: 0.68 and the lightness value of e05cbf is 0.62.

The process color (four color CMYK) of #e05cbf color hex is 0.00, 0.59, 0.15, 0.12. Web safe color of #e05cbf is #cc66cc. Color #e05cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011100 10111111
Octal 340 134 277
Decimal 224 92 191
Hex E0 5C BF

RGB Percentages of Color #e05cbf

%44.18
%18.15
%37.67

CMYK Percentages of Color #e05cbf

%0
%59
%15
%12

Triadic Colors of #e05cbf

#e05cbf #bfe05c #5cbfe0

Analogous Colors of #e05cbf

#e05cbf #e05c7d #bf5ce0

Monochromatic Colors of #e05cbf

#e05cbf

Complementary Color

#e05cbf #5ce07d

#e05cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05cbf Color CSS Codes

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

#e05cbf Text Font Color

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

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


#e05cbf Background Color

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

This div background color is #e05cbf


#e05cbf Border Color

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

This div border color is #e05cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05cbf


Comments

No comments written yet.

Please login to write comment.