Color Hex Logo

#b983ca Color Hex

#B983CA
(185,131,202)
0 Favorites   0 Comments

Color spaces of #b983ca

RGB 185131202
HSL0.790.400.65
HSV286°35°79°
CMYK 0.080.350.00   0.21
XYZ38.784630.811259.7801
Yxy30.81120.29980.2382
Hunter Lab55.507827.5833-24.9979
CIE-Lab62.347933.1537-28.6853

#b983ca color RGB value is (185,131,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000011 11001010
Octal 271 203 312
Decimal 185 131 202
Hex B9 83 CA

RGB Percentages of Color #b983ca

%35.71
%25.29
%39.00

CMYK Percentages of Color #b983ca

%8
%35
%0
%21

Triadic Colors of #b983ca

#b983ca #cab983 #83cab9

Analogous Colors of #b983ca

#b983ca #ca83b8 #9683ca

Monochromatic Colors of #b983ca

#b983ca

Complementary Color

#b983ca #94ca83

#b983ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b983ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b983ca Color CSS Codes

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

#b983ca Text Font Color

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

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


#b983ca Background Color

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

This div background color is #b983ca


#b983ca Border Color

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

This div border color is #b983ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b983ca


Comments

No comments written yet.

Please login to write comment.