Color Hex Logo

#b7509a Color Hex

#B7509A
(183,80,154)
0 Favorites   0 Comments

Color spaces of #b7509a

RGB 18380154
HSL0.880.420.52
HSV317°56°72°
CMYK 0.000.560.16   0.28
XYZ28.229818.137732.5849
Yxy18.13770.35760.2297
Hunter Lab42.588443.7895-15.5517
CIE-Lab49.662750.5715-20.5657

#b7509a color RGB value is (183,80,154).

#b7509a hex color red value is 183, green value is 80 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b7509a hue: 0.88 , saturation: 0.42 and the lightness value of b7509a is 0.52.

The process color (four color CMYK) of #b7509a color hex is 0.00, 0.56, 0.16, 0.28. Web safe color of #b7509a is #cc6699. Color #b7509a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010000 10011010
Octal 267 120 232
Decimal 183 80 154
Hex B7 50 9A

RGB Percentages of Color #b7509a

%43.88
%19.18
%36.93

CMYK Percentages of Color #b7509a

%0
%56
%16
%28

Triadic Colors of #b7509a

#b7509a #9ab750 #509ab7

Analogous Colors of #b7509a

#b7509a #b75067 #a150b7

Monochromatic Colors of #b7509a

#b7509a

Complementary Color

#b7509a #50b76d

#b7509a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7509a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7509a Color CSS Codes

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

#b7509a Text Font Color

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

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


#b7509a Background Color

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

This div background color is #b7509a


#b7509a Border Color

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

This div border color is #b7509a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7509a


Comments

No comments written yet.

Please login to write comment.