Color Hex Logo

#e96ced Color Hex

#E96CED
(233,108,237)
0 Favorites   0 Comments

Color spaces of #e96ced

RGB 233108237
HSL0.830.780.68
HSV298°54°93°
CMYK 0.020.540.00   0.07
XYZ54.252934.163283.8555
Yxy34.16320.31490.1983
Hunter Lab58.449363.3982-44.1471
CIE-Lab65.091965.2272-43.5109

#e96ced color RGB value is (233,108,237).

#e96ced hex color red value is 233, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e96ced hue: 0.83 , saturation: 0.78 and the lightness value of e96ced is 0.68.

The process color (four color CMYK) of #e96ced color hex is 0.02, 0.54, 0.00, 0.07. Web safe color of #e96ced is #ff66ff. Color #e96ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101100 11101101
Octal 351 154 355
Decimal 233 108 237
Hex E9 6C ED

RGB Percentages of Color #e96ced

%40.31
%18.69
%41.00

CMYK Percentages of Color #e96ced

%2
%54
%0
%7

Triadic Colors of #e96ced

#e96ced #ede96c #6cede9

Analogous Colors of #e96ced

#e96ced #ed6cb1 #a96ced

Monochromatic Colors of #e96ced

#e96ced

Complementary Color

#e96ced #70ed6c

#e96ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96ced Color CSS Codes

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

#e96ced Text Font Color

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

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


#e96ced Background Color

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

This div background color is #e96ced


#e96ced Border Color

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

This div border color is #e96ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96ced


Comments

No comments written yet.

Please login to write comment.