Color Hex Logo

#b917cc Color Hex

#B917CC
(185,23,204)
0 Favorites   0 Comments

Color spaces of #b917cc

RGB 18523204
HSL0.820.800.45
HSV294°89°80°
CMYK 0.090.890.00   0.20
XYZ31.213115.286758.4323
Yxy15.28670.29750.1457
Hunter Lab39.098274.0792-61.2402
CIE-Lab46.024477.6141-55.5892

#b917cc color RGB value is (185,23,204).

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

The process color (four color CMYK) of #b917cc color hex is 0.09, 0.89, 0.00, 0.20. Web safe color of #b917cc is #cc00cc. Color #b917cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010111 11001100
Octal 271 27 314
Decimal 185 23 204
Hex B9 17 CC

RGB Percentages of Color #b917cc

%44.90
%5.58
%49.51

CMYK Percentages of Color #b917cc

%9
%89
%0
%20

Triadic Colors of #b917cc

#b917cc #ccb917 #17ccb9

Analogous Colors of #b917cc

#b917cc #cc1785 #5f17cc

Monochromatic Colors of #b917cc

#b917cc

Complementary Color

#b917cc #2acc17

#b917cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b917cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b917cc Color CSS Codes

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

#b917cc Text Font Color

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

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


#b917cc Background Color

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

This div background color is #b917cc


#b917cc Border Color

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

This div border color is #b917cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b917cc


Comments

No comments written yet.

Please login to write comment.