Color Hex Logo

#eb83cb Color Hex

#EB83CB
(235,131,203)
0 Favorites   0 Comments

Color spaces of #eb83cb

RGB 235131203
HSL0.880.720.72
HSV318°44°92°
CMYK 0.000.440.14   0.08
XYZ53.156738.206661.0728
Yxy38.20660.34870.2506
Hunter Lab61.811545.3365-15.3134
CIE-Lab68.172649.1358-19.8148

#eb83cb color RGB value is (235,131,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000011 11001011
Octal 353 203 313
Decimal 235 131 203
Hex EB 83 CB

RGB Percentages of Color #eb83cb

%41.30
%23.02
%35.68

CMYK Percentages of Color #eb83cb

%0
%44
%14
%8

Triadic Colors of #eb83cb

#eb83cb #cbeb83 #83cbeb

Analogous Colors of #eb83cb

#eb83cb #eb8397 #d783eb

Monochromatic Colors of #eb83cb

#eb83cb

Complementary Color

#eb83cb #83eba3

#eb83cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb83cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb83cb Color CSS Codes

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

#eb83cb Text Font Color

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

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


#eb83cb Background Color

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

This div background color is #eb83cb


#eb83cb Border Color

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

This div border color is #eb83cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb83cb


Comments

No comments written yet.

Please login to write comment.