Color Hex Logo

#b620ac Color Hex

#B620AC
(182,32,172)
0 Favorites   0 Comments

Color spaces of #b620ac

RGB 18232172
HSL0.840.700.42
HSV304°82°71°
CMYK 0.000.820.05   0.29
XYZ27.254313.956740.2872
Yxy13.95670.33440.1713
Hunter Lab37.358764.8436-37.7867
CIE-Lab44.170870.3558-39.8390

#b620ac color RGB value is (182,32,172).

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

The process color (four color CMYK) of #b620ac color hex is 0.00, 0.82, 0.05, 0.29. Web safe color of #b620ac is #cc3399. Color #b620ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100000 10101100
Octal 266 40 254
Decimal 182 32 172
Hex B6 20 AC

RGB Percentages of Color #b620ac

%47.15
%8.29
%44.56

CMYK Percentages of Color #b620ac

%0
%82
%5
%29

Triadic Colors of #b620ac

#b620ac #acb620 #20acb6

Analogous Colors of #b620ac

#b620ac #b62061 #7520b6

Monochromatic Colors of #b620ac

#b620ac

Complementary Color

#b620ac #20b62a

#b620ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b620ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b620ac Color CSS Codes

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

#b620ac Text Font Color

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

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


#b620ac Background Color

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

This div background color is #b620ac


#b620ac Border Color

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

This div border color is #b620ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b620ac


Comments

No comments written yet.

Please login to write comment.