Color Hex Logo

#e963dc Color Hex

#E963DC
(233,99,220)
0 Favorites   0 Comments

Color spaces of #e963dc

RGB 23399220
HSL0.850.750.65
HSV306°58°91°
CMYK 0.000.580.06   0.09
XYZ50.984431.414671.0866
Yxy31.41460.33220.2047
Hunter Lab56.048764.2862-35.9634
CIE-Lab62.856166.3621-37.5438

#e963dc color RGB value is (233,99,220).

#e963dc hex color red value is 233, green value is 99 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e963dc hue: 0.85 , saturation: 0.75 and the lightness value of e963dc is 0.65.

The process color (four color CMYK) of #e963dc color hex is 0.00, 0.58, 0.06, 0.09. Web safe color of #e963dc is #ff66cc. Color #e963dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100011 11011100
Octal 351 143 334
Decimal 233 99 220
Hex E9 63 DC

RGB Percentages of Color #e963dc

%42.21
%17.93
%39.86

CMYK Percentages of Color #e963dc

%0
%58
%6
%9

Triadic Colors of #e963dc

#e963dc #dce963 #63dce9

Analogous Colors of #e963dc

#e963dc #e96399 #b363e9

Monochromatic Colors of #e963dc

#e963dc

Complementary Color

#e963dc #63e970

#e963dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e963dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e963dc Color CSS Codes

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

#e963dc Text Font Color

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

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


#e963dc Background Color

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

This div background color is #e963dc


#e963dc Border Color

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

This div border color is #e963dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e963dc


Comments

No comments written yet.

Please login to write comment.