Color Hex Logo

#b969dc Color Hex

#B969DC
(185,105,220)
0 Favorites   0 Comments

Color spaces of #b969dc

RGB 185105220
HSL0.780.620.64
HSV282°52°86°
CMYK 0.160.520.00   0.14
XYZ37.977425.584770.6469
Yxy25.58470.28300.1906
Hunter Lab50.581345.5038-47.4034
CIE-Lab57.640750.8524-46.1773

#b969dc color RGB value is (185,105,220).

#b969dc hex color red value is 185, green value is 105 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b969dc hue: 0.78 , saturation: 0.62 and the lightness value of b969dc is 0.64.

The process color (four color CMYK) of #b969dc color hex is 0.16, 0.52, 0.00, 0.14. Web safe color of #b969dc is #cc66cc. Color #b969dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101001 11011100
Octal 271 151 334
Decimal 185 105 220
Hex B9 69 DC

RGB Percentages of Color #b969dc

%36.27
%20.59
%43.14

CMYK Percentages of Color #b969dc

%16
%52
%0
%14

Triadic Colors of #b969dc

#b969dc #dcb969 #69dcb9

Analogous Colors of #b969dc

#b969dc #dc69c6 #8069dc

Monochromatic Colors of #b969dc

#b969dc

Complementary Color

#b969dc #8cdc69

#b969dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b969dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b969dc Color CSS Codes

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

#b969dc Text Font Color

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

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


#b969dc Background Color

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

This div background color is #b969dc


#b969dc Border Color

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

This div border color is #b969dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b969dc


Comments

No comments written yet.

Please login to write comment.