Color Hex Logo

#b117cd Color Hex

#B117CD
(177,23,205)
0 Favorites   0 Comments

Color spaces of #b117cd

RGB 17723205
HSL0.810.800.45
HSV291°89°80°
CMYK 0.140.890.00   0.20
XYZ29.457314.367758.9783
Yxy14.36770.28650.1398
Hunter Lab37.904772.3862-65.7196
CIE-Lab44.755776.4891-58.2812

#b117cd color RGB value is (177,23,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010111 11001101
Octal 261 27 315
Decimal 177 23 205
Hex B1 17 CD

RGB Percentages of Color #b117cd

%43.70
%5.68
%50.62

CMYK Percentages of Color #b117cd

%14
%89
%0
%20

Triadic Colors of #b117cd

#b117cd #cdb117 #17cdb1

Analogous Colors of #b117cd

#b117cd #cd178e #5617cd

Monochromatic Colors of #b117cd

#b117cd

Complementary Color

#b117cd #33cd17

#b117cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b117cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b117cd Color CSS Codes

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

#b117cd Text Font Color

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

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


#b117cd Background Color

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

This div background color is #b117cd


#b117cd Border Color

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

This div border color is #b117cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,23,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b117cd


Comments

No comments written yet.

Please login to write comment.