Color Hex Logo

#b620ba Color Hex

#B620BA
(182,32,186)
0 Favorites   0 Comments

Color spaces of #b620ba

RGB 18232186
HSL0.830.710.43
HSV298°83°73°
CMYK 0.020.830.00   0.27
XYZ28.670814.523347.7465
Yxy14.52330.31530.1597
Hunter Lab38.109467.5990-47.6065
CIE-Lab44.974272.5085-46.8184

#b620ba color RGB value is (182,32,186).

#b620ba hex color red value is 182, green value is 32 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b620ba hue: 0.83 , saturation: 0.71 and the lightness value of b620ba is 0.43.

The process color (four color CMYK) of #b620ba color hex is 0.02, 0.83, 0.00, 0.27. Web safe color of #b620ba is #cc33cc. Color #b620ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100000 10111010
Octal 266 40 272
Decimal 182 32 186
Hex B6 20 BA

RGB Percentages of Color #b620ba

%45.50
%8.00
%46.50

CMYK Percentages of Color #b620ba

%2
%83
%0
%27

Triadic Colors of #b620ba

#b620ba #bab620 #20bab6

Analogous Colors of #b620ba

#b620ba #ba2071 #6920ba

Monochromatic Colors of #b620ba

#b620ba

Complementary Color

#b620ba #24ba20

#b620ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b620ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b620ba Color CSS Codes

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

#b620ba Text Font Color

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

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


#b620ba Background Color

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

This div background color is #b620ba


#b620ba Border Color

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

This div border color is #b620ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b620ba


Comments

No comments written yet.

Please login to write comment.