Color Hex Logo

#b030af Color Hex

#B030AF
(176,48,175)
0 Favorites   0 Comments

Color spaces of #b030af

RGB 17648175
HSL0.830.570.44
HSV300°73°69°
CMYK 0.000.730.01   0.31
XYZ26.699314.439241.9373
Yxy14.43920.32140.1738
Hunter Lab37.998958.9218-38.8358
CIE-Lab44.856365.1474-40.5911

#b030af color RGB value is (176,48,175).

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

The process color (four color CMYK) of #b030af color hex is 0.00, 0.73, 0.01, 0.31. Web safe color of #b030af is #993399. Color #b030af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110000 10101111
Octal 260 60 257
Decimal 176 48 175
Hex B0 30 AF

RGB Percentages of Color #b030af

%44.11
%12.03
%43.86

CMYK Percentages of Color #b030af

%0
%73
%1
%31

Triadic Colors of #b030af

#b030af #afb030 #30afb0

Analogous Colors of #b030af

#b030af #b0306f #7130b0

Monochromatic Colors of #b030af

#b030af

Complementary Color

#b030af #30b031

#b030af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b030af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b030af Color CSS Codes

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

#b030af Text Font Color

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

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


#b030af Background Color

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

This div background color is #b030af


#b030af Border Color

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

This div border color is #b030af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b030af


Comments

No comments written yet.

Please login to write comment.