Color Hex Logo

#e64cee Color Hex

#E64CEE
(230,76,238)
0 Favorites   0 Comments

Color spaces of #e64cee

RGB 23076238
HSL0.830.830.62
HSV297°68°93°
CMYK 0.030.680.00   0.07
XYZ50.650228.164983.6557
Yxy28.16490.31170.1734
Hunter Lab53.070677.4855-56.3099
CIE-Lab60.037477.6218-52.0798

#e64cee color RGB value is (230,76,238).

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

The process color (four color CMYK) of #e64cee color hex is 0.03, 0.68, 0.00, 0.07. Web safe color of #e64cee is #ff33ff. Color #e64cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001100 11101110
Octal 346 114 356
Decimal 230 76 238
Hex E6 4C EE

RGB Percentages of Color #e64cee

%42.28
%13.97
%43.75

CMYK Percentages of Color #e64cee

%3
%68
%0
%7

Triadic Colors of #e64cee

#e64cee #eee64c #4ceee6

Analogous Colors of #e64cee

#e64cee #ee4ca5 #954cee

Monochromatic Colors of #e64cee

#e64cee

Complementary Color

#e64cee #54ee4c

#e64cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64cee Color CSS Codes

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

#e64cee Text Font Color

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

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


#e64cee Background Color

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

This div background color is #e64cee


#e64cee Border Color

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

This div border color is #e64cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64cee


Comments

No comments written yet.

Please login to write comment.