Color Hex Logo

#b76490 Color Hex

#B76490
(183,100,144)
0 Favorites   0 Comments

Color spaces of #b76490

RGB 183100144
HSL0.910.370.55
HSV328°45°72°
CMYK 0.000.450.21   0.28
XYZ29.119721.195228.9419
Yxy21.19520.36740.2674
Hunter Lab46.038232.3363-5.0458
CIE-Lab53.162538.9554-9.3479

#b76490 color RGB value is (183,100,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100100 10010000
Octal 267 144 220
Decimal 183 100 144
Hex B7 64 90

RGB Percentages of Color #b76490

%42.86
%23.42
%33.72

CMYK Percentages of Color #b76490

%0
%45
%21
%28

Triadic Colors of #b76490

#b76490 #90b764 #6490b7

Analogous Colors of #b76490

#b76490 #b76467 #b564b7

Monochromatic Colors of #b76490

#b76490

Complementary Color

#b76490 #64b78b

#b76490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76490 Color CSS Codes

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

#b76490 Text Font Color

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

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


#b76490 Background Color

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

This div background color is #b76490


#b76490 Border Color

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

This div border color is #b76490


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,100,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 #b76490">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76490


Comments

No comments written yet.

Please login to write comment.