Color Hex Logo

#b968dc Color Hex

#B968DC
(185,104,220)
0 Favorites   0 Comments

Color spaces of #b968dc

RGB 185104220
HSL0.780.620.64
HSV282°53°86°
CMYK 0.160.530.00   0.14
XYZ37.876225.382270.6131
Yxy25.38220.28290.1896
Hunter Lab50.380846.0298-47.8337
CIE-Lab57.445951.3647-46.4856

#b968dc color RGB value is (185,104,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101000 11011100
Octal 271 150 334
Decimal 185 104 220
Hex B9 68 DC

RGB Percentages of Color #b968dc

%36.35
%20.43
%43.22

CMYK Percentages of Color #b968dc

%16
%53
%0
%14

Triadic Colors of #b968dc

#b968dc #dcb968 #68dcb9

Analogous Colors of #b968dc

#b968dc #dc68c5 #7f68dc

Monochromatic Colors of #b968dc

#b968dc

Complementary Color

#b968dc #8bdc68

#b968dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b968dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b968dc Color CSS Codes

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

#b968dc Text Font Color

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

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


#b968dc Background Color

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

This div background color is #b968dc


#b968dc Border Color

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

This div border color is #b968dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b968dc


Comments

No comments written yet.

Please login to write comment.