Color Hex Logo

#b978ca Color Hex

#B978CA
(185,120,202)
0 Favorites   0 Comments

Color spaces of #b978ca

RGB 185120202
HSL0.800.440.63
HSV288°41°79°
CMYK 0.080.410.00   0.21
XYZ37.384728.011559.3135
Yxy28.01150.29980.2246
Hunter Lab52.925933.4648-29.3976
CIE-Lab59.899139.1921-32.4802

#b978ca color RGB value is (185,120,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111000 11001010
Octal 271 170 312
Decimal 185 120 202
Hex B9 78 CA

RGB Percentages of Color #b978ca

%36.49
%23.67
%39.84

CMYK Percentages of Color #b978ca

%8
%41
%0
%21

Triadic Colors of #b978ca

#b978ca #cab978 #78cab9

Analogous Colors of #b978ca

#b978ca #ca78b2 #9078ca

Monochromatic Colors of #b978ca

#b978ca

Complementary Color

#b978ca #89ca78

#b978ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b978ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b978ca Color CSS Codes

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

#b978ca Text Font Color

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

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


#b978ca Background Color

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

This div background color is #b978ca


#b978ca Border Color

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

This div border color is #b978ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b978ca


Comments

No comments written yet.

Please login to write comment.