Color Hex Logo

#e620ce Color Hex

#E620CE
(230,32,206)
0 Favorites   0 Comments

Color spaces of #e620ce

RGB 23032206
HSL0.850.800.51
HSV307°86°90°
CMYK 0.000.860.10   0.10
XYZ44.290222.312260.3649
Yxy22.31220.34880.1757
Hunter Lab47.235884.7062-42.7045
CIE-Lab54.356784.3764-42.9956

#e620ce color RGB value is (230,32,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100000 11001110
Octal 346 40 316
Decimal 230 32 206
Hex E6 20 CE

RGB Percentages of Color #e620ce

%49.15
%6.84
%44.02

CMYK Percentages of Color #e620ce

%0
%86
%10
%10

Triadic Colors of #e620ce

#e620ce #cee620 #20cee6

Analogous Colors of #e620ce

#e620ce #e6206b #9b20e6

Monochromatic Colors of #e620ce

#e620ce

Complementary Color

#e620ce #20e638

#e620ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e620ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e620ce Color CSS Codes

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

#e620ce Text Font Color

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

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


#e620ce Background Color

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

This div background color is #e620ce


#e620ce Border Color

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

This div border color is #e620ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,32,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e620ce


Comments

No comments written yet.

Please login to write comment.