Color Hex Logo

#b17cdc Color Hex

#B17CDC
(177,124,220)
0 Favorites   0 Comments

Color spaces of #b17cdc

RGB 177124220
HSL0.760.580.67
HSV273°44°86°
CMYK 0.200.440.00   0.14
XYZ38.257428.929771.2778
Yxy28.92970.27630.2089
Hunter Lab53.786332.8382-40.9208
CIE-Lab60.719538.4846-41.3829

#b17cdc color RGB value is (177,124,220).

#b17cdc hex color red value is 177, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b17cdc hue: 0.76 , saturation: 0.58 and the lightness value of b17cdc is 0.67.

The process color (four color CMYK) of #b17cdc color hex is 0.20, 0.44, 0.00, 0.14. Web safe color of #b17cdc is #9966cc. Color #b17cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111100 11011100
Octal 261 174 334
Decimal 177 124 220
Hex B1 7C DC

RGB Percentages of Color #b17cdc

%33.97
%23.80
%42.23

CMYK Percentages of Color #b17cdc

%20
%44
%0
%14

Triadic Colors of #b17cdc

#b17cdc #dcb17c #7cdcb1

Analogous Colors of #b17cdc

#b17cdc #dc7cd7 #817cdc

Monochromatic Colors of #b17cdc

#b17cdc

Complementary Color

#b17cdc #a7dc7c

#b17cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17cdc Color CSS Codes

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

#b17cdc Text Font Color

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

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


#b17cdc Background Color

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

This div background color is #b17cdc


#b17cdc Border Color

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

This div border color is #b17cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17cdc


Comments

No comments written yet.

Please login to write comment.