Color Hex Logo

#b981cd Color Hex

#B981CD
(185,129,205)
0 Favorites   0 Comments

Color spaces of #b981cd

RGB 185129205
HSL0.790.430.65
HSV284°37°80°
CMYK 0.100.370.00   0.20
XYZ38.877330.422661.5807
Yxy30.42260.29700.2324
Hunter Lab55.156729.2919-27.5857
CIE-Lab62.017234.8747-30.8836

#b981cd color RGB value is (185,129,205).

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

The process color (four color CMYK) of #b981cd color hex is 0.10, 0.37, 0.00, 0.20. Web safe color of #b981cd is #cc99cc. Color #b981cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000001 11001101
Octal 271 201 315
Decimal 185 129 205
Hex B9 81 CD

RGB Percentages of Color #b981cd

%35.65
%24.86
%39.50

CMYK Percentages of Color #b981cd

%10
%37
%0
%20

Triadic Colors of #b981cd

#b981cd #cdb981 #81cdb9

Analogous Colors of #b981cd

#b981cd #cd81bb #9381cd

Monochromatic Colors of #b981cd

#b981cd

Complementary Color

#b981cd #95cd81

#b981cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b981cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b981cd Color CSS Codes

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

#b981cd Text Font Color

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

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


#b981cd Background Color

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

This div background color is #b981cd


#b981cd Border Color

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

This div border color is #b981cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b981cd


Comments

No comments written yet.

Please login to write comment.