Color Hex Logo

#b03bdd Color Hex

#B03BDD
(176,59,221)
0 Favorites   0 Comments

Color spaces of #b03bdd

RGB 17659221
HSL0.790.700.55
HSV283°73°87°
CMYK 0.200.730.00   0.13
XYZ32.519617.578570.0856
Yxy17.57850.27060.1463
Hunter Lab41.926765.0781-69.7617
CIE-Lab48.980869.6182-60.6484

#b03bdd color RGB value is (176,59,221).

#b03bdd hex color red value is 176, green value is 59 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b03bdd hue: 0.79 , saturation: 0.70 and the lightness value of b03bdd is 0.55.

The process color (four color CMYK) of #b03bdd color hex is 0.20, 0.73, 0.00, 0.13. Web safe color of #b03bdd is #9933cc. Color #b03bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111011 11011101
Octal 260 73 335
Decimal 176 59 221
Hex B0 3B DD

RGB Percentages of Color #b03bdd

%38.60
%12.94
%48.46

CMYK Percentages of Color #b03bdd

%20
%73
%0
%13

Triadic Colors of #b03bdd

#b03bdd #ddb03b #3bddb0

Analogous Colors of #b03bdd

#b03bdd #dd3bb9 #5f3bdd

Monochromatic Colors of #b03bdd

#b03bdd

Complementary Color

#b03bdd #68dd3b

#b03bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03bdd Color CSS Codes

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

#b03bdd Text Font Color

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

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


#b03bdd Background Color

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

This div background color is #b03bdd


#b03bdd Border Color

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

This div border color is #b03bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03bdd


Comments

No comments written yet.

Please login to write comment.