Color Hex Logo

#b195cc Color Hex

#B195CC
(177,149,204)
0 Favorites   0 Comments

Color spaces of #b195cc

RGB 177149204
HSL0.750.350.69
HSV271°27°80°
CMYK 0.130.270.00   0.20
XYZ39.778035.201661.8248
Yxy35.20160.29080.2573
Hunter Lab59.330915.8449-20.2505
CIE-Lab65.905320.9597-24.3981

#b195cc color RGB value is (177,149,204).

#b195cc hex color red value is 177, green value is 149 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b195cc hue: 0.75 , saturation: 0.35 and the lightness value of b195cc is 0.69.

The process color (four color CMYK) of #b195cc color hex is 0.13, 0.27, 0.00, 0.20. Web safe color of #b195cc is #9999cc. Color #b195cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010101 11001100
Octal 261 225 314
Decimal 177 149 204
Hex B1 95 CC

RGB Percentages of Color #b195cc

%33.40
%28.11
%38.49

CMYK Percentages of Color #b195cc

%13
%27
%0
%20

Triadic Colors of #b195cc

#b195cc #ccb195 #95ccb1

Analogous Colors of #b195cc

#b195cc #cc95cc #9695cc

Monochromatic Colors of #b195cc

#b195cc

Complementary Color

#b195cc #b0cc95

#b195cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b195cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b195cc Color CSS Codes

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

#b195cc Text Font Color

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

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


#b195cc Background Color

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

This div background color is #b195cc


#b195cc Border Color

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

This div border color is #b195cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b195cc


Comments

No comments written yet.

Please login to write comment.