Color Hex Logo

#e615ce Color Hex

#E615CE
(230,21,206)
0 Favorites   0 Comments

Color spaces of #e615ce

RGB 23021206
HSL0.850.830.49
HSV307°91°90°
CMYK 0.000.910.10   0.10
XYZ44.041921.815660.2821
Yxy21.81560.34920.1729
Hunter Lab46.707286.5766-43.8270
CIE-Lab53.830885.9175-43.8271

#e615ce color RGB value is (230,21,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010101 11001110
Octal 346 25 316
Decimal 230 21 206
Hex E6 15 CE

RGB Percentages of Color #e615ce

%50.33
%4.60
%45.08

CMYK Percentages of Color #e615ce

%0
%91
%10
%10

Triadic Colors of #e615ce

#e615ce #cee615 #15cee6

Analogous Colors of #e615ce

#e615ce #e61566 #9615e6

Monochromatic Colors of #e615ce

#e615ce

Complementary Color

#e615ce #15e62d

#e615ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e615ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e615ce Color CSS Codes

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

#e615ce Text Font Color

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

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


#e615ce Background Color

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

This div background color is #e615ce


#e615ce Border Color

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

This div border color is #e615ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e615ce


Comments

No comments written yet.

Please login to write comment.