Color Hex Logo

#e620cc Color Hex

#E620CC
(230,32,204)
0 Favorites   0 Comments

Color spaces of #e620cc

RGB 23032204
HSL0.860.800.51
HSV308°86°90°
CMYK 0.000.860.11   0.10
XYZ44.048722.215759.0932
Yxy22.21570.35140.1772
Hunter Lab47.133584.3337-41.3408
CIE-Lab54.255184.1084-42.0087

#e620cc color RGB value is (230,32,204).

#e620cc hex color red value is 230, green value is 32 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e620cc hue: 0.86 , saturation: 0.80 and the lightness value of e620cc is 0.51.

The process color (four color CMYK) of #e620cc color hex is 0.00, 0.86, 0.11, 0.10. Web safe color of #e620cc is #ff33cc. Color #e620cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100000 11001100
Octal 346 40 314
Decimal 230 32 204
Hex E6 20 CC

RGB Percentages of Color #e620cc

%49.36
%6.87
%43.78

CMYK Percentages of Color #e620cc

%0
%86
%11
%10

Triadic Colors of #e620cc

#e620cc #cce620 #20cce6

Analogous Colors of #e620cc

#e620cc #e62069 #9d20e6

Monochromatic Colors of #e620cc

#e620cc

Complementary Color

#e620cc #20e63a

#e620cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e620cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e620cc Color CSS Codes

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

#e620cc Text Font Color

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

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


#e620cc Background Color

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

This div background color is #e620cc


#e620cc Border Color

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

This div border color is #e620cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e620cc


Comments

No comments written yet.

Please login to write comment.