Color Hex Logo

#b978cd Color Hex

#B978CD
(185,120,205)
0 Favorites   0 Comments

Color spaces of #b978cd

RGB 185120205
HSL0.790.460.64
HSV286°41°80°
CMYK 0.100.410.00   0.20
XYZ37.743528.155061.2028
Yxy28.15500.29700.2215
Hunter Lab53.061334.1132-31.2443
CIE-Lab60.028539.8027-33.9733

#b978cd color RGB value is (185,120,205).

#b978cd hex color red value is 185, green value is 120 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b978cd hue: 0.79 , saturation: 0.46 and the lightness value of b978cd is 0.64.

The process color (four color CMYK) of #b978cd color hex is 0.10, 0.41, 0.00, 0.20. Web safe color of #b978cd is #cc66cc. Color #b978cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111000 11001101
Octal 271 170 315
Decimal 185 120 205
Hex B9 78 CD

RGB Percentages of Color #b978cd

%36.27
%23.53
%40.20

CMYK Percentages of Color #b978cd

%10
%41
%0
%20

Triadic Colors of #b978cd

#b978cd #cdb978 #78cdb9

Analogous Colors of #b978cd

#b978cd #cd78b7 #8f78cd

Monochromatic Colors of #b978cd

#b978cd

Complementary Color

#b978cd #8ccd78

#b978cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b978cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b978cd Color CSS Codes

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

#b978cd Text Font Color

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

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


#b978cd Background Color

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

This div background color is #b978cd


#b978cd Border Color

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

This div border color is #b978cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b978cd


Comments

No comments written yet.

Please login to write comment.