Color Hex Logo

#b79fdc Color Hex

#B79FDC
(183,159,220)
0 Favorites   0 Comments

Color spaces of #b79fdc

RGB 183159220
HSL0.730.470.74
HSV264°28°86°
CMYK 0.170.280.00   0.14
XYZ44.844840.030973.0733
Yxy40.03090.28390.2534
Hunter Lab63.270015.7956-24.1877
CIE-Lab69.491520.7514-27.7049

#b79fdc color RGB value is (183,159,220).

#b79fdc hex color red value is 183, green value is 159 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b79fdc hue: 0.73 , saturation: 0.47 and the lightness value of b79fdc is 0.74.

The process color (four color CMYK) of #b79fdc color hex is 0.17, 0.28, 0.00, 0.14. Web safe color of #b79fdc is #cc99cc. Color #b79fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011111 11011100
Octal 267 237 334
Decimal 183 159 220
Hex B7 9F DC

RGB Percentages of Color #b79fdc

%32.56
%28.29
%39.15

CMYK Percentages of Color #b79fdc

%17
%28
%0
%14

Triadic Colors of #b79fdc

#b79fdc #dcb79f #9fdcb7

Analogous Colors of #b79fdc

#b79fdc #d69fdc #9fa6dc

Monochromatic Colors of #b79fdc

#b79fdc

Complementary Color

#b79fdc #c4dc9f

#b79fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79fdc Color CSS Codes

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

#b79fdc Text Font Color

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

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


#b79fdc Background Color

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

This div background color is #b79fdc


#b79fdc Border Color

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

This div border color is #b79fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79fdc


Comments

No comments written yet.

Please login to write comment.