Color Hex Logo

#e959ce Color Hex

#E959CE
(233,89,206)
0 Favorites   0 Comments

Color spaces of #e959ce

RGB 23389206
HSL0.860.770.63
HSV311°62°91°
CMYK 0.000.620.12   0.09
XYZ48.317228.924661.4289
Yxy28.92460.34840.2086
Hunter Lab53.781666.2460-30.0734
CIE-Lab60.715068.3791-32.9926

#e959ce color RGB value is (233,89,206).

#e959ce hex color red value is 233, green value is 89 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e959ce hue: 0.86 , saturation: 0.77 and the lightness value of e959ce is 0.63.

The process color (four color CMYK) of #e959ce color hex is 0.00, 0.62, 0.12, 0.09. Web safe color of #e959ce is #ff66cc. Color #e959ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011001 11001110
Octal 351 131 316
Decimal 233 89 206
Hex E9 59 CE

RGB Percentages of Color #e959ce

%44.13
%16.86
%39.02

CMYK Percentages of Color #e959ce

%0
%62
%12
%9

Triadic Colors of #e959ce

#e959ce #cee959 #59cee9

Analogous Colors of #e959ce

#e959ce #e95986 #bc59e9

Monochromatic Colors of #e959ce

#e959ce

Complementary Color

#e959ce #59e974

#e959ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e959ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e959ce Color CSS Codes

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

#e959ce Text Font Color

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

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


#e959ce Background Color

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

This div background color is #e959ce


#e959ce Border Color

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

This div border color is #e959ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e959ce


Comments

No comments written yet.

Please login to write comment.