Color Hex Logo

#b982cd Color Hex

#B982CD
(185,130,205)
0 Favorites   0 Comments

Color spaces of #b982cd

RGB 185130205
HSL0.790.430.66
HSV284°37°80°
CMYK 0.100.370.00   0.20
XYZ39.009730.687361.6248
Yxy30.68730.29710.2337
Hunter Lab55.396128.7557-27.1792
CIE-Lab62.242834.3230-30.5341

#b982cd color RGB value is (185,130,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000010 11001101
Octal 271 202 315
Decimal 185 130 205
Hex B9 82 CD

RGB Percentages of Color #b982cd

%35.58
%25.00
%39.42

CMYK Percentages of Color #b982cd

%10
%37
%0
%20

Triadic Colors of #b982cd

#b982cd #cdb982 #82cdb9

Analogous Colors of #b982cd

#b982cd #cd82bc #9482cd

Monochromatic Colors of #b982cd

#b982cd

Complementary Color

#b982cd #96cd82

#b982cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b982cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b982cd Color CSS Codes

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

#b982cd Text Font Color

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

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


#b982cd Background Color

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

This div background color is #b982cd


#b982cd Border Color

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

This div border color is #b982cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b982cd


Comments

No comments written yet.

Please login to write comment.