Color Hex Logo

#e615cc Color Hex

#E615CC
(230,21,204)
0 Favorites   0 Comments

Color spaces of #e615cc

RGB 23021204
HSL0.850.830.49
HSV307°91°90°
CMYK 0.000.910.11   0.10
XYZ43.800421.719059.0104
Yxy21.71900.35170.1744
Hunter Lab46.603686.2067-42.4515
CIE-Lab53.727685.6539-42.8421

#e615cc color RGB value is (230,21,204).

#e615cc hex color red value is 230, green value is 21 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e615cc hue: 0.85 , saturation: 0.83 and the lightness value of e615cc is 0.49.

The process color (four color CMYK) of #e615cc color hex is 0.00, 0.91, 0.11, 0.10. Web safe color of #e615cc is #ff00cc. Color #e615cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010101 11001100
Octal 346 25 314
Decimal 230 21 204
Hex E6 15 CC

RGB Percentages of Color #e615cc

%50.55
%4.62
%44.84

CMYK Percentages of Color #e615cc

%0
%91
%11
%10

Triadic Colors of #e615cc

#e615cc #cce615 #15cce6

Analogous Colors of #e615cc

#e615cc #e61563 #9815e6

Monochromatic Colors of #e615cc

#e615cc

Complementary Color

#e615cc #15e62f

#e615cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e615cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e615cc Color CSS Codes

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

#e615cc Text Font Color

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

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


#e615cc Background Color

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

This div background color is #e615cc


#e615cc Border Color

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

This div border color is #e615cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e615cc


Comments

No comments written yet.

Please login to write comment.