Color Hex Logo

#b625ba Color Hex

#B625BA
(182,37,186)
0 Favorites   0 Comments

Color spaces of #b625ba

RGB 18237186
HSL0.830.670.44
HSV298°80°73°
CMYK 0.020.800.00   0.27
XYZ28.815914.813447.7949
Yxy14.81340.31520.1620
Hunter Lab38.488266.2877-46.6850
CIE-Lab45.377671.3348-46.1744

#b625ba color RGB value is (182,37,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100101 10111010
Octal 266 45 272
Decimal 182 37 186
Hex B6 25 BA

RGB Percentages of Color #b625ba

%44.94
%9.14
%45.93

CMYK Percentages of Color #b625ba

%2
%80
%0
%27

Triadic Colors of #b625ba

#b625ba #bab625 #25bab6

Analogous Colors of #b625ba

#b625ba #ba2574 #6c25ba

Monochromatic Colors of #b625ba

#b625ba

Complementary Color

#b625ba #29ba25

#b625ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b625ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b625ba Color CSS Codes

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

#b625ba Text Font Color

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

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


#b625ba Background Color

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

This div background color is #b625ba


#b625ba Border Color

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

This div border color is #b625ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,37,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 #b625ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b625ba


Comments

No comments written yet.

Please login to write comment.