Color Hex Logo

#b985ce Color Hex

#B985CE
(185,133,206)
0 Favorites   0 Comments

Color spaces of #b985ce

RGB 185133206
HSL0.790.430.66
HSV283°35°81°
CMYK 0.100.350.00   0.19
XYZ39.535731.545662.3977
Yxy31.54560.29620.2363
Hunter Lab56.165527.3592-26.5531
CIE-Lab62.965532.8703-29.9767

#b985ce color RGB value is (185,133,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000101 11001110
Octal 271 205 316
Decimal 185 133 206
Hex B9 85 CE

RGB Percentages of Color #b985ce

%35.31
%25.38
%39.31

CMYK Percentages of Color #b985ce

%10
%35
%0
%19

Triadic Colors of #b985ce

#b985ce #ceb985 #85ceb9

Analogous Colors of #b985ce

#b985ce #ce85bf #9585ce

Monochromatic Colors of #b985ce

#b985ce

Complementary Color

#b985ce #9ace85

#b985ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b985ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b985ce Color CSS Codes

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

#b985ce Text Font Color

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

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


#b985ce Background Color

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

This div background color is #b985ce


#b985ce Border Color

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

This div border color is #b985ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b985ce


Comments

No comments written yet.

Please login to write comment.