Color Hex Logo

#e608ec Color Hex

#E608EC
(230,8,236)
0 Favorites   0 Comments

Color spaces of #e608ec

RGB 2308236
HSL0.830.930.48
HSV298°97°93°
CMYK 0.030.970.00   0.07
XYZ47.860323.052881.2840
Yxy23.05280.31450.1515
Hunter Lab48.013393.9077-66.7655
CIE-Lab55.126791.2050-58.7989

#e608ec color RGB value is (230,8,236).

#e608ec hex color red value is 230, green value is 8 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e608ec hue: 0.83 , saturation: 0.93 and the lightness value of e608ec is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001000 11101100
Octal 346 10 354
Decimal 230 8 236
Hex E6 8 EC

RGB Percentages of Color #e608ec

%48.52
%1.69
%49.79

CMYK Percentages of Color #e608ec

%3
%97
%0
%7

Triadic Colors of #e608ec

#e608ec #ece608 #08ece6

Analogous Colors of #e608ec

#e608ec #ec0880 #7408ec

Monochromatic Colors of #e608ec

#e608ec

Complementary Color

#e608ec #0eec08

#e608ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e608ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e608ec Color CSS Codes

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

#e608ec Text Font Color

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

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


#e608ec Background Color

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

This div background color is #e608ec


#e608ec Border Color

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

This div border color is #e608ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e608ec


Comments

No comments written yet.

Please login to write comment.