Color Hex Logo

#eb5ced Color Hex

#EB5CED
(235,92,237)
0 Favorites   0 Comments

Color spaces of #eb5ced

RGB 23592237
HSL0.830.800.65
HSV299°61°93°
CMYK 0.010.610.00   0.07
XYZ53.374231.430983.3744
Yxy31.43090.31740.1869
Hunter Lab56.063371.8276-48.9287
CIE-Lab62.869772.5542-46.9910

#eb5ced color RGB value is (235,92,237).

#eb5ced hex color red value is 235, green value is 92 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eb5ced hue: 0.83 , saturation: 0.80 and the lightness value of eb5ced is 0.65.

The process color (four color CMYK) of #eb5ced color hex is 0.01, 0.61, 0.00, 0.07. Web safe color of #eb5ced is #ff66ff. Color #eb5ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011100 11101101
Octal 353 134 355
Decimal 235 92 237
Hex EB 5C ED

RGB Percentages of Color #eb5ced

%41.67
%16.31
%42.02

CMYK Percentages of Color #eb5ced

%1
%61
%0
%7

Triadic Colors of #eb5ced

#eb5ced #edeb5c #5cedeb

Analogous Colors of #eb5ced

#eb5ced #ed5ca7 #a35ced

Monochromatic Colors of #eb5ced

#eb5ced

Complementary Color

#eb5ced #5eed5c

#eb5ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5ced Color CSS Codes

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

#eb5ced Text Font Color

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

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


#eb5ced Background Color

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

This div background color is #eb5ced


#eb5ced Border Color

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

This div border color is #eb5ced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,92,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 #eb5ced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5ced


Comments

No comments written yet.

Please login to write comment.