Color Hex Logo

#b720ad Color Hex

#B720AD
(183,32,173)
0 Favorites   0 Comments

Color spaces of #b720ad

RGB 18332173
HSL0.840.700.42
HSV304°83°72°
CMYK 0.000.830.05   0.28
XYZ27.587814.117440.8061
Yxy14.11740.33440.1711
Hunter Lab37.573165.3094-38.0904
CIE-Lab44.400870.7036-40.0561

#b720ad color RGB value is (183,32,173).

#b720ad hex color red value is 183, green value is 32 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b720ad hue: 0.84 , saturation: 0.70 and the lightness value of b720ad is 0.42.

The process color (four color CMYK) of #b720ad color hex is 0.00, 0.83, 0.05, 0.28. Web safe color of #b720ad is #cc3399. Color #b720ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100000 10101101
Octal 267 40 255
Decimal 183 32 173
Hex B7 20 AD

RGB Percentages of Color #b720ad

%47.16
%8.25
%44.59

CMYK Percentages of Color #b720ad

%0
%83
%5
%28

Triadic Colors of #b720ad

#b720ad #adb720 #20adb7

Analogous Colors of #b720ad

#b720ad #b72062 #7620b7

Monochromatic Colors of #b720ad

#b720ad

Complementary Color

#b720ad #20b72a

#b720ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b720ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b720ad Color CSS Codes

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

#b720ad Text Font Color

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

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


#b720ad Background Color

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

This div background color is #b720ad


#b720ad Border Color

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

This div border color is #b720ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b720ad


Comments

No comments written yet.

Please login to write comment.