Color Hex Logo

#b308ac Color Hex

#B308AC
(179,8,172)
0 Favorites   0 Comments

Color spaces of #b308ac

RGB 1798172
HSL0.840.910.37
HSV302°96°70°
CMYK 0.000.960.04   0.30
XYZ26.123612.735940.1111
Yxy12.73590.33080.1613
Hunter Lab35.687468.2112-41.6582
CIE-Lab42.362673.5256-42.7470

#b308ac color RGB value is (179,8,172).

#b308ac hex color red value is 179, green value is 8 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b308ac hue: 0.84 , saturation: 0.91 and the lightness value of b308ac is 0.37.

The process color (four color CMYK) of #b308ac color hex is 0.00, 0.96, 0.04, 0.30. Web safe color of #b308ac is #cc0099. Color #b308ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001000 10101100
Octal 263 10 254
Decimal 179 8 172
Hex B3 8 AC

RGB Percentages of Color #b308ac

%49.86
%2.23
%47.91

CMYK Percentages of Color #b308ac

%0
%96
%4
%30

Triadic Colors of #b308ac

#b308ac #acb308 #08acb3

Analogous Colors of #b308ac

#b308ac #b30856 #6508b3

Monochromatic Colors of #b308ac

#b308ac

Complementary Color

#b308ac #08b30f

#b308ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b308ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b308ac Color CSS Codes

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

#b308ac Text Font Color

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

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


#b308ac Background Color

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

This div background color is #b308ac


#b308ac Border Color

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

This div border color is #b308ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,8,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b308ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b308ac;
  -webkit-box-shadow: 1px 1px 3px 2px #b308ac;
  box-shadow:         1px 1px 3px 2px #b308ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,8,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b308ac


Comments

No comments written yet.

Please login to write comment.