Color Hex Logo

#e061cb Color Hex

#E061CB
(224,97,203)
0 Favorites   0 Comments

Color spaces of #e061cb

RGB 22497203
HSL0.860.670.63
HSV310°57°88°
CMYK 0.000.570.09   0.12
XYZ45.794728.708559.6276
Yxy28.70850.34140.2140
Hunter Lab53.580358.7971-28.4755
CIE-Lab60.523562.1359-31.6915

#e061cb color RGB value is (224,97,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100001 11001011
Octal 340 141 313
Decimal 224 97 203
Hex E0 61 CB

RGB Percentages of Color #e061cb

%42.75
%18.51
%38.74

CMYK Percentages of Color #e061cb

%0
%57
%9
%12

Triadic Colors of #e061cb

#e061cb #cbe061 #61cbe0

Analogous Colors of #e061cb

#e061cb #e0618c #b661e0

Monochromatic Colors of #e061cb

#e061cb

Complementary Color

#e061cb #61e076

#e061cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e061cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e061cb Color CSS Codes

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

#e061cb Text Font Color

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

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


#e061cb Background Color

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

This div background color is #e061cb


#e061cb Border Color

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

This div border color is #e061cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e061cb


Comments

No comments written yet.

Please login to write comment.