Color Hex Logo

#b03dcb Color Hex

#B03DCB
(176,61,203)
0 Favorites   0 Comments

Color spaces of #b03dcb

RGB 17661203
HSL0.800.580.52
HSV289°70°80°
CMYK 0.130.700.00   0.20
XYZ30.352716.879458.1582
Yxy16.87940.28800.1602
Hunter Lab41.084559.9754-55.1702
CIE-Lab48.107765.4350-51.7427

#b03dcb color RGB value is (176,61,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111101 11001011
Octal 260 75 313
Decimal 176 61 203
Hex B0 3D CB

RGB Percentages of Color #b03dcb

%40.00
%13.86
%46.14

CMYK Percentages of Color #b03dcb

%13
%70
%0
%20

Triadic Colors of #b03dcb

#b03dcb #cbb03d #3dcbb0

Analogous Colors of #b03dcb

#b03dcb #cb3d9f #693dcb

Monochromatic Colors of #b03dcb

#b03dcb

Complementary Color

#b03dcb #58cb3d

#b03dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03dcb Color CSS Codes

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

#b03dcb Text Font Color

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

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


#b03dcb Background Color

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

This div background color is #b03dcb


#b03dcb Border Color

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

This div border color is #b03dcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,61,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 #b03dcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03dcb


Comments

No comments written yet.

Please login to write comment.