Color Hex Logo

#eb817b Color Hex

#EB817B
(235,129,123)
0 Favorites   0 Comments

Color spaces of #eb817b

RGB 235129123
HSL0.010.740.70
HSV48°92°
CMYK 0.000.450.48   0.08
XYZ45.686434.792723.0466
Yxy34.79270.44130.3361
Hunter Lab58.985335.030718.1241
CIE-Lab65.587040.001421.4756

#eb817b color RGB value is (235,129,123).

#eb817b hex color red value is 235, green value is 129 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #eb817b hue: 0.01 , saturation: 0.74 and the lightness value of eb817b is 0.70.

The process color (four color CMYK) of #eb817b color hex is 0.00, 0.45, 0.48, 0.08. Web safe color of #eb817b is #ff9966. Color #eb817b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000001 01111011
Octal 353 201 173
Decimal 235 129 123
Hex EB 81 7B

RGB Percentages of Color #eb817b

%48.25
%26.49
%25.26

CMYK Percentages of Color #eb817b

%0
%45
%48
%8

Triadic Colors of #eb817b

#eb817b #7beb81 #817beb

Analogous Colors of #eb817b

#eb817b #ebb97b #eb7bad

Monochromatic Colors of #eb817b

#eb817b

Complementary Color

#eb817b #7be5eb

#eb817b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb817b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb817b Color CSS Codes

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

#eb817b Text Font Color

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

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


#eb817b Background Color

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

This div background color is #eb817b


#eb817b Border Color

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

This div border color is #eb817b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb817b


Comments

No comments written yet.

Please login to write comment.