Color Hex Logo

#b76485 Color Hex

#B76485
(183,100,133)
0 Favorites   0 Comments

Color spaces of #b76485

RGB 183100133
HSL0.930.370.55
HSV336°45°72°
CMYK 0.000.450.27   0.28
XYZ28.319220.875124.7270
Yxy20.87510.38310.2824
Hunter Lab45.689330.6819-0.1052
CIE-Lab52.812537.3464-3.3785

#b76485 color RGB value is (183,100,133).

#b76485 hex color red value is 183, green value is 100 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b76485 hue: 0.93 , saturation: 0.37 and the lightness value of b76485 is 0.55.

The process color (four color CMYK) of #b76485 color hex is 0.00, 0.45, 0.27, 0.28. Web safe color of #b76485 is #cc6699. Color #b76485 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100100 10000101
Octal 267 144 205
Decimal 183 100 133
Hex B7 64 85

RGB Percentages of Color #b76485

%43.99
%24.04
%31.97

CMYK Percentages of Color #b76485

%0
%45
%27
%28

Triadic Colors of #b76485

#b76485 #85b764 #6485b7

Analogous Colors of #b76485

#b76485 #b76d64 #b764af

Monochromatic Colors of #b76485

#b76485

Complementary Color

#b76485 #64b796

#b76485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76485 Color CSS Codes

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

#b76485 Text Font Color

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

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


#b76485 Background Color

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

This div background color is #b76485


#b76485 Border Color

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

This div border color is #b76485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76485


Comments

No comments written yet.

Please login to write comment.