Color Hex Logo

#e963a0 Color Hex

#E963A0
(233,99,160)
0 Favorites   0 Comments

Color spaces of #e963a0

RGB 23399160
HSL0.920.750.65
HSV333°58°91°
CMYK 0.000.580.31   0.09
XYZ44.411328.785436.4731
Yxy28.78540.40500.2625
Hunter Lab53.652053.8651-2.7494
CIE-Lab60.591857.8541-6.8448

#e963a0 color RGB value is (233,99,160).

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

The process color (four color CMYK) of #e963a0 color hex is 0.00, 0.58, 0.31, 0.09. Web safe color of #e963a0 is #ff6699. Color #e963a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100011 10100000
Octal 351 143 240
Decimal 233 99 160
Hex E9 63 A0

RGB Percentages of Color #e963a0

%47.36
%20.12
%32.52

CMYK Percentages of Color #e963a0

%0
%58
%31
%9

Triadic Colors of #e963a0

#e963a0 #a0e963 #63a0e9

Analogous Colors of #e963a0

#e963a0 #e96963 #e963e3

Monochromatic Colors of #e963a0

#e963a0

Complementary Color

#e963a0 #63e9ac

#e963a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e963a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e963a0 Color CSS Codes

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

#e963a0 Text Font Color

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

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


#e963a0 Background Color

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

This div background color is #e963a0


#e963a0 Border Color

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

This div border color is #e963a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e963a0


Comments

No comments written yet.

Please login to write comment.