Color Hex Logo

#b684cb Color Hex

#B684CB
(182,132,203)
0 Favorites   0 Comments

Color spaces of #b684cb

RGB 182132203
HSL0.780.410.66
HSV282°35°80°
CMYK 0.100.350.00   0.20
XYZ38.322230.759460.4173
Yxy30.75940.29590.2375
Hunter Lab55.461226.2818-25.7655
CIE-Lab62.304031.8633-29.3408

#b684cb color RGB value is (182,132,203).

#b684cb hex color red value is 182, green value is 132 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b684cb hue: 0.78 , saturation: 0.41 and the lightness value of b684cb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000100 11001011
Octal 266 204 313
Decimal 182 132 203
Hex B6 84 CB

RGB Percentages of Color #b684cb

%35.20
%25.53
%39.26

CMYK Percentages of Color #b684cb

%10
%35
%0
%20

Triadic Colors of #b684cb

#b684cb #cbb684 #84cbb6

Analogous Colors of #b684cb

#b684cb #cb84bd #9384cb

Monochromatic Colors of #b684cb

#b684cb

Complementary Color

#b684cb #99cb84

#b684cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b684cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b684cb Color CSS Codes

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

#b684cb Text Font Color

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

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


#b684cb Background Color

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

This div background color is #b684cb


#b684cb Border Color

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

This div border color is #b684cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,132,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b684cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b684cb;
  -webkit-box-shadow: 1px 1px 3px 2px #b684cb;
  box-shadow:         1px 1px 3px 2px #b684cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,132,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b684cb


Comments

No comments written yet.

Please login to write comment.