Color Hex Logo

#b003df Color Hex

#B003DF
(176,3,223)
0 Favorites   0 Comments

Color spaces of #b003df

RGB 1763223
HSL0.800.970.44
HSV287°99°87°
CMYK 0.210.990.00   0.13
XYZ31.256314.622970.9872
Yxy14.62290.26750.1251
Hunter Lab38.239978.9814-83.2959
CIE-Lab45.113381.7002-68.0539

#b003df color RGB value is (176,3,223).

#b003df hex color red value is 176, green value is 3 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b003df hue: 0.80 , saturation: 0.97 and the lightness value of b003df is 0.44.

The process color (four color CMYK) of #b003df color hex is 0.21, 0.99, 0.00, 0.13. Web safe color of #b003df is #9900cc. Color #b003df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000011 11011111
Octal 260 3 337
Decimal 176 3 223
Hex B0 3 DF

RGB Percentages of Color #b003df

%43.78
%0.75
%55.47

CMYK Percentages of Color #b003df

%21
%99
%0
%13

Triadic Colors of #b003df

#b003df #dfb003 #03dfb0

Analogous Colors of #b003df

#b003df #df03a0 #4203df

Monochromatic Colors of #b003df

#b003df

Complementary Color

#b003df #32df03

#b003df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b003df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b003df Color CSS Codes

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

#b003df Text Font Color

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

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


#b003df Background Color

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

This div background color is #b003df


#b003df Border Color

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

This div border color is #b003df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b003df


Comments

No comments written yet.

Please login to write comment.