Color Hex Logo

#b178cf Color Hex

#B178CF
(177,120,207)
0 Favorites   0 Comments

Color spaces of #b178cf

RGB 177120207
HSL0.780.480.64
HSV279°42°81°
CMYK 0.140.420.00   0.19
XYZ36.110427.285062.3948
Yxy27.28500.28710.2169
Hunter Lab52.235031.9868-34.2574
CIE-Lab59.237237.8346-36.4023

#b178cf color RGB value is (177,120,207).

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

The process color (four color CMYK) of #b178cf color hex is 0.14, 0.42, 0.00, 0.19. Web safe color of #b178cf is #9966cc. Color #b178cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111000 11001111
Octal 261 170 317
Decimal 177 120 207
Hex B1 78 CF

RGB Percentages of Color #b178cf

%35.12
%23.81
%41.07

CMYK Percentages of Color #b178cf

%14
%42
%0
%19

Triadic Colors of #b178cf

#b178cf #cfb178 #78cfb1

Analogous Colors of #b178cf

#b178cf #cf78c2 #8678cf

Monochromatic Colors of #b178cf

#b178cf

Complementary Color

#b178cf #96cf78

#b178cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b178cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b178cf Color CSS Codes

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

#b178cf Text Font Color

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

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


#b178cf Background Color

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

This div background color is #b178cf


#b178cf Border Color

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

This div border color is #b178cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b178cf


Comments

No comments written yet.

Please login to write comment.