Color Hex Logo

#e05fbc Color Hex

#E05FBC
(224,95,188)
0 Favorites   0 Comments

Color spaces of #e05fbc

RGB 22495188
HSL0.880.680.63
HSV317°58°88°
CMYK 0.000.580.16   0.12
XYZ43.909827.662650.6021
Yxy27.66260.35940.2264
Hunter Lab52.595256.9813-20.2265
CIE-Lab59.582760.7376-24.6022

#e05fbc color RGB value is (224,95,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011111 10111100
Octal 340 137 274
Decimal 224 95 188
Hex E0 5F BC

RGB Percentages of Color #e05fbc

%44.18
%18.74
%37.08

CMYK Percentages of Color #e05fbc

%0
%58
%16
%12

Triadic Colors of #e05fbc

#e05fbc #bce05f #5fbce0

Analogous Colors of #e05fbc

#e05fbc #e05f7c #c45fe0

Monochromatic Colors of #e05fbc

#e05fbc

Complementary Color

#e05fbc #5fe083

#e05fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05fbc Color CSS Codes

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

#e05fbc Text Font Color

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

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


#e05fbc Background Color

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

This div background color is #e05fbc


#e05fbc Border Color

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

This div border color is #e05fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05fbc


Comments

No comments written yet.

Please login to write comment.