Color Hex Logo

#b168cd Color Hex

#B168CD
(177,104,205)
0 Favorites   0 Comments

Color spaces of #b168cd

RGB 177104205
HSL0.790.500.61
HSV283°49°80°
CMYK 0.140.490.00   0.20
XYZ34.101223.655560.5262
Yxy23.65550.28830.2000
Hunter Lab48.636940.0385-39.7376
CIE-Lab55.741246.0585-40.7547

#b168cd color RGB value is (177,104,205).

#b168cd hex color red value is 177, green value is 104 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b168cd hue: 0.79 , saturation: 0.50 and the lightness value of b168cd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101000 11001101
Octal 261 150 315
Decimal 177 104 205
Hex B1 68 CD

RGB Percentages of Color #b168cd

%36.42
%21.40
%42.18

CMYK Percentages of Color #b168cd

%14
%49
%0
%20

Triadic Colors of #b168cd

#b168cd #cdb168 #68cdb1

Analogous Colors of #b168cd

#b168cd #cd68b7 #7f68cd

Monochromatic Colors of #b168cd

#b168cd

Complementary Color

#b168cd #84cd68

#b168cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b168cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b168cd Color CSS Codes

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

#b168cd Text Font Color

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

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


#b168cd Background Color

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

This div background color is #b168cd


#b168cd Border Color

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

This div border color is #b168cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b168cd


Comments

No comments written yet.

Please login to write comment.