Color Hex Logo

#e968ee Color Hex

#E968EE
(233,104,238)
0 Favorites   0 Comments

Color spaces of #e968ee

RGB 233104238
HSL0.830.800.67
HSV298°56°93°
CMYK 0.020.560.00   0.07
XYZ53.987233.397384.4898
Yxy33.39730.31410.1943
Hunter Lab57.790465.6197-46.2289
CIE-Lab64.481367.1808-45.0247

#e968ee color RGB value is (233,104,238).

#e968ee hex color red value is 233, green value is 104 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e968ee hue: 0.83 , saturation: 0.80 and the lightness value of e968ee is 0.67.

The process color (four color CMYK) of #e968ee color hex is 0.02, 0.56, 0.00, 0.07. Web safe color of #e968ee is #ff66ff. Color #e968ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101000 11101110
Octal 351 150 356
Decimal 233 104 238
Hex E9 68 EE

RGB Percentages of Color #e968ee

%40.52
%18.09
%41.39

CMYK Percentages of Color #e968ee

%2
%56
%0
%7

Triadic Colors of #e968ee

#e968ee #eee968 #68eee9

Analogous Colors of #e968ee

#e968ee #ee68b0 #a668ee

Monochromatic Colors of #e968ee

#e968ee

Complementary Color

#e968ee #6dee68

#e968ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e968ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e968ee Color CSS Codes

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

#e968ee Text Font Color

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

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


#e968ee Background Color

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

This div background color is #e968ee


#e968ee Border Color

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

This div border color is #e968ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e968ee


Comments

No comments written yet.

Please login to write comment.