Color Hex Logo

#b017cc Color Hex

#B017CC
(176,23,204)
0 Favorites   0 Comments

Color spaces of #b017cc

RGB 17623204
HSL0.810.800.45
HSV291°89°80°
CMYK 0.140.890.00   0.20
XYZ29.110014.202558.3338
Yxy14.20250.28640.1397
Hunter Lab37.686271.9281-65.3936
CIE-Lab44.522076.1616-58.0882

#b017cc color RGB value is (176,23,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010111 11001100
Octal 260 27 314
Decimal 176 23 204
Hex B0 17 CC

RGB Percentages of Color #b017cc

%43.67
%5.71
%50.62

CMYK Percentages of Color #b017cc

%14
%89
%0
%20

Triadic Colors of #b017cc

#b017cc #ccb017 #17ccb0

Analogous Colors of #b017cc

#b017cc #cc178e #5617cc

Monochromatic Colors of #b017cc

#b017cc

Complementary Color

#b017cc #33cc17

#b017cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b017cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b017cc Color CSS Codes

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

#b017cc Text Font Color

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

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


#b017cc Background Color

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

This div background color is #b017cc


#b017cc Border Color

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

This div border color is #b017cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b017cc


Comments

No comments written yet.

Please login to write comment.