Color Hex Logo

#b720ae Color Hex

#B720AE
(183,32,174)
0 Favorites   0 Comments

Color spaces of #b720ae

RGB 18332174
HSL0.840.700.42
HSV304°83°72°
CMYK 0.000.830.05   0.28
XYZ27.684914.156341.3177
Yxy14.15630.33290.1702
Hunter Lab37.624965.4993-38.7719
CIE-Lab44.456370.8526-40.5607

#b720ae color RGB value is (183,32,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100000 10101110
Octal 267 40 256
Decimal 183 32 174
Hex B7 20 AE

RGB Percentages of Color #b720ae

%47.04
%8.23
%44.73

CMYK Percentages of Color #b720ae

%0
%83
%5
%28

Triadic Colors of #b720ae

#b720ae #aeb720 #20aeb7

Analogous Colors of #b720ae

#b720ae #b72062 #7520b7

Monochromatic Colors of #b720ae

#b720ae

Complementary Color

#b720ae #20b729

#b720ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b720ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b720ae Color CSS Codes

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

#b720ae Text Font Color

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

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


#b720ae Background Color

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

This div background color is #b720ae


#b720ae Border Color

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

This div border color is #b720ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b720ae


Comments

No comments written yet.

Please login to write comment.