Color Hex Logo

#b03daa Color Hex

#B03DAA
(176,61,170)
0 Favorites   0 Comments

Color spaces of #b03daa

RGB 17661170
HSL0.840.490.46
HSV303°65°69°
CMYK 0.000.650.03   0.31
XYZ26.828915.469939.6022
Yxy15.46990.32760.1889
Hunter Lab39.331852.9273-32.1654
CIE-Lab46.271259.5779-35.3991

#b03daa color RGB value is (176,61,170).

#b03daa hex color red value is 176, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b03daa hue: 0.84 , saturation: 0.49 and the lightness value of b03daa is 0.46.

The process color (four color CMYK) of #b03daa color hex is 0.00, 0.65, 0.03, 0.31. Web safe color of #b03daa is #993399. Color #b03daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111101 10101010
Octal 260 75 252
Decimal 176 61 170
Hex B0 3D AA

RGB Percentages of Color #b03daa

%43.24
%14.99
%41.77

CMYK Percentages of Color #b03daa

%0
%65
%3
%31

Triadic Colors of #b03daa

#b03daa #aab03d #3daab0

Analogous Colors of #b03daa

#b03daa #b03d71 #7d3db0

Monochromatic Colors of #b03daa

#b03daa

Complementary Color

#b03daa #3db043

#b03daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03daa Color CSS Codes

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

#b03daa Text Font Color

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

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


#b03daa Background Color

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

This div background color is #b03daa


#b03daa Border Color

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

This div border color is #b03daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,61,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03daa


Comments

No comments written yet.

Please login to write comment.