Color Hex Logo

#b985dc Color Hex

#B985DC
(185,133,220)
0 Favorites   0 Comments

Color spaces of #b985dc

RGB 185133220
HSL0.770.550.69
HSV276°40°86°
CMYK 0.160.400.00   0.14
XYZ41.313432.256771.7588
Yxy32.25670.28430.2220
Hunter Lab56.795030.4520-35.1547
CIE-Lab63.554535.8441-36.8848

#b985dc color RGB value is (185,133,220).

#b985dc hex color red value is 185, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b985dc hue: 0.77 , saturation: 0.55 and the lightness value of b985dc is 0.69.

The process color (four color CMYK) of #b985dc color hex is 0.16, 0.40, 0.00, 0.14. Web safe color of #b985dc is #cc99cc. Color #b985dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000101 11011100
Octal 271 205 334
Decimal 185 133 220
Hex B9 85 DC

RGB Percentages of Color #b985dc

%34.39
%24.72
%40.89

CMYK Percentages of Color #b985dc

%16
%40
%0
%14

Triadic Colors of #b985dc

#b985dc #dcb985 #85dcb9

Analogous Colors of #b985dc

#b985dc #dc85d4 #8e85dc

Monochromatic Colors of #b985dc

#b985dc

Complementary Color

#b985dc #a8dc85

#b985dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b985dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b985dc Color CSS Codes

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

#b985dc Text Font Color

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

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


#b985dc Background Color

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

This div background color is #b985dc


#b985dc Border Color

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

This div border color is #b985dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b985dc


Comments

No comments written yet.

Please login to write comment.