Color Hex Logo

#eb83dc Color Hex

#EB83DC
(235,131,220)
0 Favorites   0 Comments

Color spaces of #eb83dc

RGB 235131220
HSL0.860.720.72
HSV309°44°92°
CMYK 0.000.440.06   0.08
XYZ55.295539.062172.3355
Yxy39.06210.33170.2343
Hunter Lab62.499748.5503-24.8709
CIE-Lab68.796251.9003-28.3124

#eb83dc color RGB value is (235,131,220).

#eb83dc hex color red value is 235, green value is 131 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eb83dc hue: 0.86 , saturation: 0.72 and the lightness value of eb83dc is 0.72.

The process color (four color CMYK) of #eb83dc color hex is 0.00, 0.44, 0.06, 0.08. Web safe color of #eb83dc is #ff99cc. Color #eb83dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000011 11011100
Octal 353 203 334
Decimal 235 131 220
Hex EB 83 DC

RGB Percentages of Color #eb83dc

%40.10
%22.35
%37.54

CMYK Percentages of Color #eb83dc

%0
%44
%6
%8

Triadic Colors of #eb83dc

#eb83dc #dceb83 #83dceb

Analogous Colors of #eb83dc

#eb83dc #eb83a8 #c683eb

Monochromatic Colors of #eb83dc

#eb83dc

Complementary Color

#eb83dc #83eb92

#eb83dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb83dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb83dc Color CSS Codes

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

#eb83dc Text Font Color

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

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


#eb83dc Background Color

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

This div background color is #eb83dc


#eb83dc Border Color

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

This div border color is #eb83dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,131,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb83dc


Comments

No comments written yet.

Please login to write comment.