Color Hex Logo

#b03ccb Color Hex

#B03CCB
(176,60,203)
0 Favorites   0 Comments

Color spaces of #b03ccb

RGB 17660203
HSL0.800.580.52
HSV289°70°80°
CMYK 0.130.700.00   0.20
XYZ30.299816.773658.1406
Yxy16.77360.28800.1594
Hunter Lab40.955660.3858-55.4992
CIE-Lab47.973565.8149-51.9578

#b03ccb color RGB value is (176,60,203).

#b03ccb hex color red value is 176, green value is 60 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b03ccb hue: 0.80 , saturation: 0.58 and the lightness value of b03ccb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111100 11001011
Octal 260 74 313
Decimal 176 60 203
Hex B0 3C CB

RGB Percentages of Color #b03ccb

%40.09
%13.67
%46.24

CMYK Percentages of Color #b03ccb

%13
%70
%0
%20

Triadic Colors of #b03ccb

#b03ccb #cbb03c #3ccbb0

Analogous Colors of #b03ccb

#b03ccb #cb3c9f #693ccb

Monochromatic Colors of #b03ccb

#b03ccb

Complementary Color

#b03ccb #57cb3c

#b03ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03ccb Color CSS Codes

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

#b03ccb Text Font Color

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

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


#b03ccb Background Color

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

This div background color is #b03ccb


#b03ccb Border Color

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

This div border color is #b03ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03ccb


Comments

No comments written yet.

Please login to write comment.