Color Hex Logo

#b79be1 Color Hex

#B79BE1
(183,155,225)
0 Favorites   0 Comments

Color spaces of #b79be1

RGB 183155225
HSL0.730.540.75
HSV264°31°88°
CMYK 0.190.310.00   0.12
XYZ44.840438.946276.3882
Yxy38.94620.27990.2431
Hunter Lab62.406919.0432-28.8882
CIE-Lab68.712324.0975-31.6572

#b79be1 color RGB value is (183,155,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011011 11100001
Octal 267 233 341
Decimal 183 155 225
Hex B7 9B E1

RGB Percentages of Color #b79be1

%32.50
%27.53
%39.96

CMYK Percentages of Color #b79be1

%19
%31
%0
%12

Triadic Colors of #b79be1

#b79be1 #e1b79b #9be1b7

Analogous Colors of #b79be1

#b79be1 #da9be1 #9ba2e1

Monochromatic Colors of #b79be1

#b79be1

Complementary Color

#b79be1 #c5e19b

#b79be1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79be1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79be1 Color CSS Codes

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

#b79be1 Text Font Color

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

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


#b79be1 Background Color

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

This div background color is #b79be1


#b79be1 Border Color

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

This div border color is #b79be1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79be1


Comments

No comments written yet.

Please login to write comment.