Color Hex Logo

#b79dcd Color Hex

#B79DCD
(183,157,205)
0 Favorites   0 Comments

Color spaces of #b79dcd

RGB 183157205
HSL0.760.320.71
HSV273°23°80°
CMYK 0.110.230.00   0.20
XYZ42.604938.589062.9605
Yxy38.58900.29560.2677
Hunter Lab62.120013.7138-16.6081
CIE-Lab68.452518.6382-21.0144

#b79dcd color RGB value is (183,157,205).

#b79dcd hex color red value is 183, green value is 157 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b79dcd hue: 0.76 , saturation: 0.32 and the lightness value of b79dcd is 0.71.

The process color (four color CMYK) of #b79dcd color hex is 0.11, 0.23, 0.00, 0.20. Web safe color of #b79dcd is #cc99cc. Color #b79dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011101 11001101
Octal 267 235 315
Decimal 183 157 205
Hex B7 9D CD

RGB Percentages of Color #b79dcd

%33.58
%28.81
%37.61

CMYK Percentages of Color #b79dcd

%11
%23
%0
%20

Triadic Colors of #b79dcd

#b79dcd #cdb79d #9dcdb7

Analogous Colors of #b79dcd

#b79dcd #cd9dcb #9f9dcd

Monochromatic Colors of #b79dcd

#b79dcd

Complementary Color

#b79dcd #b3cd9d

#b79dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79dcd Color CSS Codes

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

#b79dcd Text Font Color

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

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


#b79dcd Background Color

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

This div background color is #b79dcd


#b79dcd Border Color

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

This div border color is #b79dcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,157,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b79dcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b79dcd;
  -webkit-box-shadow: 1px 1px 3px 2px #b79dcd;
  box-shadow:         1px 1px 3px 2px #b79dcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,157,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79dcd


Comments

No comments written yet.

Please login to write comment.