color codes Logo

#b030ad color codes

#B030AD
(176,48,173)
0 Favorites   0 Comments

Color spaces of #b030ad

RGB 17648173
HSL0.840.570.44
HSV301°73°69°
CMYK 0.000.730.02   0.31
XYZ26.504314.361140.9102
Yxy14.36110.32410.1756
Hunter Lab37.896058.5239-37.4786
CIE-Lab44.746464.8221-39.5828

#b030ad color RGB value is (176,48,173).

#b030ad hex color red value is 176, green value is 48 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b030ad hue: 0.84 , saturation: 0.57 and the lightness value of b030ad is 0.44.

The process color (four color CMYK) of #b030ad color code is 0.00, 0.73, 0.02, 0.31. Web safe color of #b030ad is #993399. Color #b030ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110000 10101101
Octal 260 60 255
Decimal 176 48 173
Hex B0 30 AD

RGB Percentages of Color #b030ad

%44.33
%12.09
%43.58

CMYK Percentages of Color #b030ad

%0
%73
%2
%31

Triadic Colors of #b030ad

#b030ad #adb030 #30adb0

Analogous Colors of #b030ad

#b030ad #b0306d #7330b0

Monochromatic Colors of #b030ad

#b030ad

Complementary Color

#b030ad #30b033

#b030ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b030ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b030ad Color CSS Codes

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

#b030ad Text Font Color

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

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


#b030ad Background Color

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

This div background color is #b030ad


#b030ad Border Color

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

This div border color is #b030ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b030ad


Comments

No comments written yet.

Please login to write comment.