Color Hex Logo

#e968ea Color Hex

#E968EA
(233,104,234)
0 Favorites   0 Comments

Color spaces of #e968ea

RGB 233104234
HSL0.830.760.66
HSV300°56°92°
CMYK 0.000.560.00   0.08
XYZ53.405933.164881.4285
Yxy33.16480.31790.1974
Hunter Lab57.588964.7540-43.5216
CIE-Lab64.294166.4961-43.1004

#e968ea color RGB value is (233,104,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101000 11101010
Octal 351 150 352
Decimal 233 104 234
Hex E9 68 EA

RGB Percentages of Color #e968ea

%40.81
%18.21
%40.98

CMYK Percentages of Color #e968ea

%0
%56
%0
%8

Triadic Colors of #e968ea

#e968ea #eae968 #68eae9

Analogous Colors of #e968ea

#e968ea #ea68aa #a868ea

Monochromatic Colors of #e968ea

#e968ea

Complementary Color

#e968ea #69ea68

#e968ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e968ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e968ea Color CSS Codes

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

#e968ea Text Font Color

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

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


#e968ea Background Color

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

This div background color is #e968ea


#e968ea Border Color

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

This div border color is #e968ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,104,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e968ea


Comments

No comments written yet.

Please login to write comment.