Color Hex Logo

#e061cc Color Hex

#E061CC
(224,97,204)
0 Favorites   0 Comments

Color spaces of #e061cc

RGB 22497204
HSL0.860.670.63
HSV309°57°88°
CMYK 0.000.570.09   0.12
XYZ45.914228.756360.2573
Yxy28.75630.34030.2131
Hunter Lab53.624958.9900-29.0856
CIE-Lab60.565962.2935-32.1923

#e061cc color RGB value is (224,97,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100001 11001100
Octal 340 141 314
Decimal 224 97 204
Hex E0 61 CC

RGB Percentages of Color #e061cc

%42.67
%18.48
%38.86

CMYK Percentages of Color #e061cc

%0
%57
%9
%12

Triadic Colors of #e061cc

#e061cc #cce061 #61cce0

Analogous Colors of #e061cc

#e061cc #e0618d #b561e0

Monochromatic Colors of #e061cc

#e061cc

Complementary Color

#e061cc #61e075

#e061cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e061cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e061cc Color CSS Codes

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

#e061cc Text Font Color

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

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


#e061cc Background Color

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

This div background color is #e061cc


#e061cc Border Color

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

This div border color is #e061cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e061cc


Comments

No comments written yet.

Please login to write comment.