Color Hex Logo

#b983ce Color Hex

#B983CE
(185,131,206)
0 Favorites   0 Comments

Color spaces of #b983ce

RGB 185131206
HSL0.790.430.66
HSV283°36°81°
CMYK 0.100.360.00   0.19
XYZ39.264531.003162.3073
Yxy31.00310.29620.2339
Hunter Lab55.680428.4332-27.3702
CIE-Lab62.510333.9774-30.6814

#b983ce color RGB value is (185,131,206).

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

The process color (four color CMYK) of #b983ce color hex is 0.10, 0.36, 0.00, 0.19. Web safe color of #b983ce is #cc99cc. Color #b983ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000011 11001110
Octal 271 203 316
Decimal 185 131 206
Hex B9 83 CE

RGB Percentages of Color #b983ce

%35.44
%25.10
%39.46

CMYK Percentages of Color #b983ce

%10
%36
%0
%19

Triadic Colors of #b983ce

#b983ce #ceb983 #83ceb9

Analogous Colors of #b983ce

#b983ce #ce83be #9483ce

Monochromatic Colors of #b983ce

#b983ce

Complementary Color

#b983ce #98ce83

#b983ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b983ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b983ce Color CSS Codes

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

#b983ce Text Font Color

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

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


#b983ce Background Color

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

This div background color is #b983ce


#b983ce Border Color

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

This div border color is #b983ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b983ce


Comments

No comments written yet.

Please login to write comment.