Color Hex Logo

#b603cc Color Hex

#B603CC
(182,3,204)
0 Favorites   0 Comments

Color spaces of #b603cc

RGB 1823204
HSL0.820.970.41
HSV293°99°80°
CMYK 0.110.990.00   0.20
XYZ30.223014.369858.3075
Yxy14.36980.29370.1396
Hunter Lab37.907575.9768-64.6617
CIE-Lab44.758779.3831-57.6557

#b603cc color RGB value is (182,3,204).

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

The process color (four color CMYK) of #b603cc color hex is 0.11, 0.99, 0.00, 0.20. Web safe color of #b603cc is #cc00cc. Color #b603cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000011 11001100
Octal 266 3 314
Decimal 182 3 204
Hex B6 3 CC

RGB Percentages of Color #b603cc

%46.79
%0.77
%52.44

CMYK Percentages of Color #b603cc

%11
%99
%0
%20

Triadic Colors of #b603cc

#b603cc #ccb603 #03ccb6

Analogous Colors of #b603cc

#b603cc #cc037e #5103cc

Monochromatic Colors of #b603cc

#b603cc

Complementary Color

#b603cc #19cc03

#b603cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b603cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b603cc Color CSS Codes

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

#b603cc Text Font Color

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

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


#b603cc Background Color

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

This div background color is #b603cc


#b603cc Border Color

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

This div border color is #b603cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b603cc


Comments

No comments written yet.

Please login to write comment.