Color Hex Logo

#b03add Color Hex

#B03ADD
(176,58,221)
0 Favorites   0 Comments

Color spaces of #b03add

RGB 17658221
HSL0.790.710.55
HSV283°74°87°
CMYK 0.200.740.00   0.13
XYZ32.468717.476770.0687
Yxy17.47670.27050.1456
Hunter Lab41.805165.4762-70.1111
CIE-Lab48.855169.9774-60.8512

#b03add color RGB value is (176,58,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111010 11011101
Octal 260 72 335
Decimal 176 58 221
Hex B0 3A DD

RGB Percentages of Color #b03add

%38.68
%12.75
%48.57

CMYK Percentages of Color #b03add

%20
%74
%0
%13

Triadic Colors of #b03add

#b03add #ddb03a #3addb0

Analogous Colors of #b03add

#b03add #dd3ab9 #5f3add

Monochromatic Colors of #b03add

#b03add

Complementary Color

#b03add #67dd3a

#b03add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03add Color CSS Codes

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

#b03add Text Font Color

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

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


#b03add Background Color

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

This div background color is #b03add


#b03add Border Color

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

This div border color is #b03add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03add


Comments

No comments written yet.

Please login to write comment.