Color Hex Logo

#e963df Color Hex

#E963DF
(233,99,223)
0 Favorites   0 Comments

Color spaces of #e963df

RGB 23399223
HSL0.850.750.65
HSV304°58°91°
CMYK 0.000.580.04   0.09
XYZ51.385431.575073.1983
Yxy31.57500.32910.2022
Hunter Lab56.191664.8970-37.9003
CIE-Lab62.990166.8469-39.0141

#e963df color RGB value is (233,99,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100011 11011111
Octal 351 143 337
Decimal 233 99 223
Hex E9 63 DF

RGB Percentages of Color #e963df

%41.98
%17.84
%40.18

CMYK Percentages of Color #e963df

%0
%58
%4
%9

Triadic Colors of #e963df

#e963df #dfe963 #63dfe9

Analogous Colors of #e963df

#e963df #e9639c #b063e9

Monochromatic Colors of #e963df

#e963df

Complementary Color

#e963df #63e96d

#e963df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e963df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e963df Color CSS Codes

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

#e963df Text Font Color

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

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


#e963df Background Color

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

This div background color is #e963df


#e963df Border Color

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

This div border color is #e963df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e963df


Comments

No comments written yet.

Please login to write comment.