Color Hex Logo

#b625aa Color Hex

#B625AA
(182,37,170)
0 Favorites   0 Comments

Color spaces of #b625aa

RGB 18237170
HSL0.850.660.43
HSV305°80°71°
CMYK 0.000.800.07   0.29
XYZ27.208714.170539.3313
Yxy14.17050.33710.1756
Hunter Lab37.643763.1424-35.5974
CIE-Lab44.476568.8542-38.1672

#b625aa color RGB value is (182,37,170).

#b625aa hex color red value is 182, green value is 37 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b625aa hue: 0.85 , saturation: 0.66 and the lightness value of b625aa is 0.43.

The process color (four color CMYK) of #b625aa color hex is 0.00, 0.80, 0.07, 0.29. Web safe color of #b625aa is #cc3399. Color #b625aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100101 10101010
Octal 266 45 252
Decimal 182 37 170
Hex B6 25 AA

RGB Percentages of Color #b625aa

%46.79
%9.51
%43.70

CMYK Percentages of Color #b625aa

%0
%80
%7
%29

Triadic Colors of #b625aa

#b625aa #aab625 #25aab6

Analogous Colors of #b625aa

#b625aa #b62561 #7a25b6

Monochromatic Colors of #b625aa

#b625aa

Complementary Color

#b625aa #25b631

#b625aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b625aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b625aa Color CSS Codes

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

#b625aa Text Font Color

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

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


#b625aa Background Color

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

This div background color is #b625aa


#b625aa Border Color

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

This div border color is #b625aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b625aa


Comments

No comments written yet.

Please login to write comment.