Color Hex Logo

#b017cb Color Hex

#B017CB
(176,23,203)
0 Favorites   0 Comments

Color spaces of #b017cb

RGB 17623203
HSL0.810.800.44
HSV291°89°80°
CMYK 0.130.890.00   0.20
XYZ28.990414.154757.7041
Yxy14.15470.28750.1404
Hunter Lab37.622771.7044-64.6005
CIE-Lab44.454075.9924-57.6188

#b017cb color RGB value is (176,23,203).

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

The process color (four color CMYK) of #b017cb color hex is 0.13, 0.89, 0.00, 0.20. Web safe color of #b017cb is #9900cc. Color #b017cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010111 11001011
Octal 260 27 313
Decimal 176 23 203
Hex B0 17 CB

RGB Percentages of Color #b017cb

%43.78
%5.72
%50.50

CMYK Percentages of Color #b017cb

%13
%89
%0
%20

Triadic Colors of #b017cb

#b017cb #cbb017 #17cbb0

Analogous Colors of #b017cb

#b017cb #cb178c #5617cb

Monochromatic Colors of #b017cb

#b017cb

Complementary Color

#b017cb #32cb17

#b017cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b017cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b017cb Color CSS Codes

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

#b017cb Text Font Color

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

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


#b017cb Background Color

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

This div background color is #b017cb


#b017cb Border Color

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

This div border color is #b017cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b017cb


Comments

No comments written yet.

Please login to write comment.