Color Hex Logo

#b982ca Color Hex

#B982CA
(185,130,202)
0 Favorites   0 Comments

Color spaces of #b982ca

RGB 185130202
HSL0.790.400.65
HSV286°36°79°
CMYK 0.080.360.00   0.21
XYZ38.650930.543859.7355
Yxy30.54380.29980.2369
Hunter Lab55.266428.1187-25.3979
CIE-Lab62.120633.7068-29.0365

#b982ca color RGB value is (185,130,202).

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

The process color (four color CMYK) of #b982ca color hex is 0.08, 0.36, 0.00, 0.21. Web safe color of #b982ca is #cc99cc. Color #b982ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000010 11001010
Octal 271 202 312
Decimal 185 130 202
Hex B9 82 CA

RGB Percentages of Color #b982ca

%35.78
%25.15
%39.07

CMYK Percentages of Color #b982ca

%8
%36
%0
%21

Triadic Colors of #b982ca

#b982ca #cab982 #82cab9

Analogous Colors of #b982ca

#b982ca #ca82b7 #9582ca

Monochromatic Colors of #b982ca

#b982ca

Complementary Color

#b982ca #93ca82

#b982ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b982ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b982ca Color CSS Codes

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

#b982ca Text Font Color

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

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


#b982ca Background Color

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

This div background color is #b982ca


#b982ca Border Color

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

This div border color is #b982ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b982ca


Comments

No comments written yet.

Please login to write comment.