Color Hex Logo

#b17ccc Color Hex

#B17CCC
(177,124,204)
0 Favorites   0 Comments

Color spaces of #b17ccc

RGB 177124204
HSL0.780.440.64
HSV280°39°80°
CMYK 0.130.390.00   0.20
XYZ36.238228.122060.6449
Yxy28.12200.28990.2250
Hunter Lab53.030229.1752-30.6825
CIE-Lab59.998834.9786-33.5214

#b17ccc color RGB value is (177,124,204).

#b17ccc hex color red value is 177, green value is 124 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b17ccc hue: 0.78 , saturation: 0.44 and the lightness value of b17ccc is 0.64.

The process color (four color CMYK) of #b17ccc color hex is 0.13, 0.39, 0.00, 0.20. Web safe color of #b17ccc is #9966cc. Color #b17ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111100 11001100
Octal 261 174 314
Decimal 177 124 204
Hex B1 7C CC

RGB Percentages of Color #b17ccc

%35.05
%24.55
%40.40

CMYK Percentages of Color #b17ccc

%13
%39
%0
%20

Triadic Colors of #b17ccc

#b17ccc #ccb17c #7cccb1

Analogous Colors of #b17ccc

#b17ccc #cc7cbf #897ccc

Monochromatic Colors of #b17ccc

#b17ccc

Complementary Color

#b17ccc #97cc7c

#b17ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17ccc Color CSS Codes

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

#b17ccc Text Font Color

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

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


#b17ccc Background Color

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

This div background color is #b17ccc


#b17ccc Border Color

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

This div border color is #b17ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17ccc


Comments

No comments written yet.

Please login to write comment.