Color Hex Logo

#b003bc Color Hex

#B003BC
(176,3,188)
0 Favorites   0 Comments

Color spaces of #b003bc

RGB 1763188
HSL0.820.970.37
HSV296°98°74°
CMYK 0.060.980.00   0.26
XYZ27.014212.926148.6481
Yxy12.92610.30490.1459
Hunter Lab35.952971.2034-55.0587
CIE-Lab42.651775.9325-51.7733

#b003bc color RGB value is (176,3,188).

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

The process color (four color CMYK) of #b003bc color hex is 0.06, 0.98, 0.00, 0.26. Web safe color of #b003bc is #9900cc. Color #b003bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000011 10111100
Octal 260 3 274
Decimal 176 3 188
Hex B0 3 BC

RGB Percentages of Color #b003bc

%47.96
%0.82
%51.23

CMYK Percentages of Color #b003bc

%6
%98
%0
%26

Triadic Colors of #b003bc

#b003bc #bcb003 #03bcb0

Analogous Colors of #b003bc

#b003bc #bc036c #5303bc

Monochromatic Colors of #b003bc

#b003bc

Complementary Color

#b003bc #0fbc03

#b003bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b003bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b003bc Color CSS Codes

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

#b003bc Text Font Color

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

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


#b003bc Background Color

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

This div background color is #b003bc


#b003bc Border Color

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

This div border color is #b003bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b003bc


Comments

No comments written yet.

Please login to write comment.