Color Hex Logo

#b76890 Color Hex

#B76890
(183,104,144)
0 Favorites   0 Comments

Color spaces of #b76890

RGB 183104144
HSL0.920.350.56
HSV330°43°72°
CMYK 0.000.430.21   0.28
XYZ29.512821.981529.0729
Yxy21.98150.36630.2728
Hunter Lab46.884430.3144-3.9465
CIE-Lab54.007436.8236-8.0849

#b76890 color RGB value is (183,104,144).

#b76890 hex color red value is 183, green value is 104 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b76890 hue: 0.92 , saturation: 0.35 and the lightness value of b76890 is 0.56.

The process color (four color CMYK) of #b76890 color hex is 0.00, 0.43, 0.21, 0.28. Web safe color of #b76890 is #cc6699. Color #b76890 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101000 10010000
Octal 267 150 220
Decimal 183 104 144
Hex B7 68 90

RGB Percentages of Color #b76890

%42.46
%24.13
%33.41

CMYK Percentages of Color #b76890

%0
%43
%21
%28

Triadic Colors of #b76890

#b76890 #90b768 #6890b7

Analogous Colors of #b76890

#b76890 #b76869 #b768b7

Monochromatic Colors of #b76890

#b76890

Complementary Color

#b76890 #68b78f

#b76890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76890 Color CSS Codes

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

#b76890 Text Font Color

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

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


#b76890 Background Color

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

This div background color is #b76890


#b76890 Border Color

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

This div border color is #b76890


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,104,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b76890; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b76890;
  -webkit-box-shadow: 1px 1px 3px 2px #b76890;
  box-shadow:         1px 1px 3px 2px #b76890; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,104,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76890


Comments

No comments written yet.

Please login to write comment.