Color Hex Logo

#e60cee Color Hex

#E60CEE
(230,12,238)
0 Favorites   0 Comments

Color spaces of #e60cee

RGB 23012238
HSL0.830.900.49
HSV298°95°93°
CMYK 0.030.950.00   0.07
XYZ48.197223.259082.8381
Yxy23.25900.31240.1507
Hunter Lab48.227693.9893-68.0801
CIE-Lab55.338191.2248-59.5833

#e60cee color RGB value is (230,12,238).

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

The process color (four color CMYK) of #e60cee color hex is 0.03, 0.95, 0.00, 0.07. Web safe color of #e60cee is #ff00ff. Color #e60cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001100 11101110
Octal 346 14 356
Decimal 230 12 238
Hex E6 C EE

RGB Percentages of Color #e60cee

%47.92
%2.50
%49.58

CMYK Percentages of Color #e60cee

%3
%95
%0
%7

Triadic Colors of #e60cee

#e60cee #eee60c #0ceee6

Analogous Colors of #e60cee

#e60cee #ee0c85 #750cee

Monochromatic Colors of #e60cee

#e60cee

Complementary Color

#e60cee #14ee0c

#e60cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60cee Color CSS Codes

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

#e60cee Text Font Color

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

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


#e60cee Background Color

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

This div background color is #e60cee


#e60cee Border Color

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

This div border color is #e60cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60cee


Comments

No comments written yet.

Please login to write comment.