Color Hex Logo

#b620af Color Hex

#B620AF
(182,32,175)
0 Favorites   0 Comments

Color spaces of #b620af

RGB 18232175
HSL0.840.700.42
HSV303°82°71°
CMYK 0.000.820.04   0.29
XYZ27.545814.073341.8220
Yxy14.07330.33010.1687
Hunter Lab37.514465.4175-39.8379
CIE-Lab44.337970.8069-41.3515

#b620af color RGB value is (182,32,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100000 10101111
Octal 266 40 257
Decimal 182 32 175
Hex B6 20 AF

RGB Percentages of Color #b620af

%46.79
%8.23
%44.99

CMYK Percentages of Color #b620af

%0
%82
%4
%29

Triadic Colors of #b620af

#b620af #afb620 #20afb6

Analogous Colors of #b620af

#b620af #b62064 #7220b6

Monochromatic Colors of #b620af

#b620af

Complementary Color

#b620af #20b627

#b620af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b620af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b620af Color CSS Codes

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

#b620af Text Font Color

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

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


#b620af Background Color

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

This div background color is #b620af


#b620af Border Color

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

This div border color is #b620af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b620af


Comments

No comments written yet.

Please login to write comment.