Color Hex Logo

#b003d8 Color Hex

#B003D8
(176,3,216)
0 Favorites   0 Comments

Color spaces of #b003d8

RGB 1763216
HSL0.800.970.43
HSV289°99°85°
CMYK 0.190.990.00   0.15
XYZ30.331714.253166.1182
Yxy14.25310.27400.1288
Hunter Lab37.753377.3421-77.4087
CIE-Lab44.593780.5026-64.8904

#b003d8 color RGB value is (176,3,216).

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

The process color (four color CMYK) of #b003d8 color hex is 0.19, 0.99, 0.00, 0.15. Web safe color of #b003d8 is #9900cc. Color #b003d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000011 11011000
Octal 260 3 330
Decimal 176 3 216
Hex B0 3 D8

RGB Percentages of Color #b003d8

%44.56
%0.76
%54.68

CMYK Percentages of Color #b003d8

%19
%99
%0
%15

Triadic Colors of #b003d8

#b003d8 #d8b003 #03d8b0

Analogous Colors of #b003d8

#b003d8 #d80396 #4503d8

Monochromatic Colors of #b003d8

#b003d8

Complementary Color

#b003d8 #2bd803

#b003d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b003d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b003d8 Color CSS Codes

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

#b003d8 Text Font Color

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

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


#b003d8 Background Color

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

This div background color is #b003d8


#b003d8 Border Color

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

This div border color is #b003d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b003d8


Comments

No comments written yet.

Please login to write comment.