Color Hex Logo

#eb7bec Color Hex

#EB7BEC
(235,123,236)
0 Favorites   0 Comments

Color spaces of #eb7bec

RGB 235123236
HSL0.830.750.70
HSV299°48°93°
CMYK 0.000.480.00   0.07
XYZ56.484237.884283.6922
Yxy37.88420.31720.2128
Hunter Lab61.550156.0956-37.5339
CIE-Lab67.935258.5815-38.4896

#eb7bec color RGB value is (235,123,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111011 11101100
Octal 353 173 354
Decimal 235 123 236
Hex EB 7B EC

RGB Percentages of Color #eb7bec

%39.56
%20.71
%39.73

CMYK Percentages of Color #eb7bec

%0
%48
%0
%7

Triadic Colors of #eb7bec

#eb7bec #eceb7b #7beceb

Analogous Colors of #eb7bec

#eb7bec #ec7bb5 #b37bec

Monochromatic Colors of #eb7bec

#eb7bec

Complementary Color

#eb7bec #7cec7b

#eb7bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7bec Color CSS Codes

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

#eb7bec Text Font Color

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

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


#eb7bec Background Color

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

This div background color is #eb7bec


#eb7bec Border Color

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

This div border color is #eb7bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7bec


Comments

No comments written yet.

Please login to write comment.