Color Hex Logo

#b930ad Color Hex

#B930AD
(185,48,173)
0 Favorites   0 Comments

Color spaces of #b930ad

RGB 18548173
HSL0.850.590.46
HSV305°74°73°
CMYK 0.000.740.06   0.27
XYZ28.607415.445341.0086
Yxy15.44530.33630.1816
Hunter Lab39.300561.1568-34.3565
CIE-Lab46.238266.8132-37.1264

#b930ad color RGB value is (185,48,173).

#b930ad hex color red value is 185, green value is 48 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b930ad hue: 0.85 , saturation: 0.59 and the lightness value of b930ad is 0.46.

The process color (four color CMYK) of #b930ad color hex is 0.00, 0.74, 0.06, 0.27. Web safe color of #b930ad is #cc3399. Color #b930ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110000 10101101
Octal 271 60 255
Decimal 185 48 173
Hex B9 30 AD

RGB Percentages of Color #b930ad

%45.57
%11.82
%42.61

CMYK Percentages of Color #b930ad

%0
%74
%6
%27

Triadic Colors of #b930ad

#b930ad #adb930 #30adb9

Analogous Colors of #b930ad

#b930ad #b93069 #8130b9

Monochromatic Colors of #b930ad

#b930ad

Complementary Color

#b930ad #30b93c

#b930ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b930ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b930ad Color CSS Codes

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

#b930ad Text Font Color

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

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


#b930ad Background Color

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

This div background color is #b930ad


#b930ad Border Color

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

This div border color is #b930ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,48,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b930ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b930ad;
  -webkit-box-shadow: 1px 1px 3px 2px #b930ad;
  box-shadow:         1px 1px 3px 2px #b930ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,48,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b930ad


Comments

No comments written yet.

Please login to write comment.