Color Hex Logo

#b983be Color Hex

#B983BE
(185,131,190)
0 Favorites   0 Comments

Color spaces of #b983be

RGB 185131190
HSL0.820.310.63
HSV295°31°75°
CMYK 0.030.310.00   0.25
XYZ37.418130.264652.5847
Yxy30.26460.31110.2516
Hunter Lab55.013325.1362-18.1633
CIE-Lab61.881930.7549-22.6354

#b983be color RGB value is (185,131,190).

#b983be hex color red value is 185, green value is 131 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b983be hue: 0.82 , saturation: 0.31 and the lightness value of b983be is 0.63.

The process color (four color CMYK) of #b983be color hex is 0.03, 0.31, 0.00, 0.25. Web safe color of #b983be is #cc99cc. Color #b983be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000011 10111110
Octal 271 203 276
Decimal 185 131 190
Hex B9 83 BE

RGB Percentages of Color #b983be

%36.56
%25.89
%37.55

CMYK Percentages of Color #b983be

%3
%31
%0
%25

Triadic Colors of #b983be

#b983be #beb983 #83beb9

Analogous Colors of #b983be

#b983be #be83a6 #9c83be

Monochromatic Colors of #b983be

#b983be

Complementary Color

#b983be #88be83

#b983be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b983be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b983be Color CSS Codes

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

#b983be Text Font Color

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

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


#b983be Background Color

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

This div background color is #b983be


#b983be Border Color

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

This div border color is #b983be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,131,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b983be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b983be


Comments

No comments written yet.

Please login to write comment.