Color Hex Logo

#e66cef Color Hex

#E66CEF
(230,108,239)
0 Favorites   0 Comments

Color spaces of #e66cef

RGB 230108239
HSL0.820.800.68
HSV296°55°94°
CMYK 0.040.550.00   0.06
XYZ53.575733.780185.3578
Yxy33.78010.31020.1956
Hunter Lab58.120762.8304-46.3907
CIE-Lab64.787664.8057-45.1237

#e66cef color RGB value is (230,108,239).

#e66cef hex color red value is 230, green value is 108 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e66cef hue: 0.82 , saturation: 0.80 and the lightness value of e66cef is 0.68.

The process color (four color CMYK) of #e66cef color hex is 0.04, 0.55, 0.00, 0.06. Web safe color of #e66cef is #ff66ff. Color #e66cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101100 11101111
Octal 346 154 357
Decimal 230 108 239
Hex E6 6C EF

RGB Percentages of Color #e66cef

%39.86
%18.72
%41.42

CMYK Percentages of Color #e66cef

%4
%55
%0
%6

Triadic Colors of #e66cef

#e66cef #efe66c #6cefe6

Analogous Colors of #e66cef

#e66cef #ef6cb7 #a56cef

Monochromatic Colors of #e66cef

#e66cef

Complementary Color

#e66cef #75ef6c

#e66cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66cef Color CSS Codes

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

#e66cef Text Font Color

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

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


#e66cef Background Color

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

This div background color is #e66cef


#e66cef Border Color

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

This div border color is #e66cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66cef


Comments

No comments written yet.

Please login to write comment.