Color Hex Logo

#e960ef Color Hex

#E960EF
(233,96,239)
0 Favorites   0 Comments

Color spaces of #e960ef

RGB 23396239
HSL0.830.820.66
HSV297°60°94°
CMYK 0.030.600.00   0.06
XYZ53.367131.921485.0100
Yxy31.92140.31340.1874
Hunter Lab56.499069.7319-49.6601
CIE-Lab63.277970.7766-47.4760

#e960ef color RGB value is (233,96,239).

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

The process color (four color CMYK) of #e960ef color hex is 0.03, 0.60, 0.00, 0.06. Web safe color of #e960ef is #ff66ff. Color #e960ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100000 11101111
Octal 351 140 357
Decimal 233 96 239
Hex E9 60 EF

RGB Percentages of Color #e960ef

%41.02
%16.90
%42.08

CMYK Percentages of Color #e960ef

%3
%60
%0
%6

Triadic Colors of #e960ef

#e960ef #efe960 #60efe9

Analogous Colors of #e960ef

#e960ef #ef60ae #a260ef

Monochromatic Colors of #e960ef

#e960ef

Complementary Color

#e960ef #66ef60

#e960ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e960ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e960ef Color CSS Codes

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

#e960ef Text Font Color

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

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


#e960ef Background Color

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

This div background color is #e960ef


#e960ef Border Color

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

This div border color is #e960ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e960ef


Comments

No comments written yet.

Please login to write comment.