Color Hex Logo

#b979ca Color Hex

#B979CA
(185,121,202)
0 Favorites   0 Comments

Color spaces of #b979ca

RGB 185121202
HSL0.800.430.63
HSV287°40°79°
CMYK 0.080.400.00   0.21
XYZ37.505628.253359.3538
Yxy28.25330.29980.2258
Hunter Lab53.153832.9312-28.9980
CIE-Lab60.116938.6479-32.1417

#b979ca color RGB value is (185,121,202).

#b979ca hex color red value is 185, green value is 121 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b979ca hue: 0.80 , saturation: 0.43 and the lightness value of b979ca is 0.63.

The process color (four color CMYK) of #b979ca color hex is 0.08, 0.40, 0.00, 0.21. Web safe color of #b979ca is #cc66cc. Color #b979ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111001 11001010
Octal 271 171 312
Decimal 185 121 202
Hex B9 79 CA

RGB Percentages of Color #b979ca

%36.42
%23.82
%39.76

CMYK Percentages of Color #b979ca

%8
%40
%0
%21

Triadic Colors of #b979ca

#b979ca #cab979 #79cab9

Analogous Colors of #b979ca

#b979ca #ca79b3 #9179ca

Monochromatic Colors of #b979ca

#b979ca

Complementary Color

#b979ca #8aca79

#b979ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b979ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b979ca Color CSS Codes

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

#b979ca Text Font Color

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

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


#b979ca Background Color

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

This div background color is #b979ca


#b979ca Border Color

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

This div border color is #b979ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,121,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b979ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b979ca;
  -webkit-box-shadow: 1px 1px 3px 2px #b979ca;
  box-shadow:         1px 1px 3px 2px #b979ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,121,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b979ca


Comments

No comments written yet.

Please login to write comment.