Color Hex Logo

#b79de1 Color Hex

#B79DE1
(183,157,225)
0 Favorites   0 Comments

Color spaces of #b79de1

RGB 183157225
HSL0.730.530.75
HSV263°30°88°
CMYK 0.190.300.00   0.12
XYZ45.176039.617576.5001
Yxy39.61750.28010.2456
Hunter Lab62.942417.9665-28.0012
CIE-Lab69.196222.9802-30.9095

#b79de1 color RGB value is (183,157,225).

#b79de1 hex color red value is 183, green value is 157 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #b79de1 hue: 0.73 , saturation: 0.53 and the lightness value of b79de1 is 0.75.

The process color (four color CMYK) of #b79de1 color hex is 0.19, 0.30, 0.00, 0.12. Web safe color of #b79de1 is #cc99cc. Color #b79de1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011101 11100001
Octal 267 235 341
Decimal 183 157 225
Hex B7 9D E1

RGB Percentages of Color #b79de1

%32.39
%27.79
%39.82

CMYK Percentages of Color #b79de1

%19
%30
%0
%12

Triadic Colors of #b79de1

#b79de1 #e1b79d #9de1b7

Analogous Colors of #b79de1

#b79de1 #d99de1 #9da5e1

Monochromatic Colors of #b79de1

#b79de1

Complementary Color

#b79de1 #c7e19d

#b79de1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79de1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79de1 Color CSS Codes

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

#b79de1 Text Font Color

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

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


#b79de1 Background Color

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

This div background color is #b79de1


#b79de1 Border Color

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

This div border color is #b79de1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79de1


Comments

No comments written yet.

Please login to write comment.