Color Hex Logo

#b794c5 Color Hex

#B794C5
(183,148,197)
0 Favorites   0 Comments

Color spaces of #b794c5

RGB 183148197
HSL0.790.300.68
HSV283°25°77°
CMYK 0.070.250.00   0.23
XYZ40.196435.278357.5141
Yxy35.27830.30230.2653
Hunter Lab59.395516.8591-15.8350
CIE-Lab65.964822.0102-20.3534

#b794c5 color RGB value is (183,148,197).

#b794c5 hex color red value is 183, green value is 148 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #b794c5 hue: 0.79 , saturation: 0.30 and the lightness value of b794c5 is 0.68.

The process color (four color CMYK) of #b794c5 color hex is 0.07, 0.25, 0.00, 0.23. Web safe color of #b794c5 is #cc99cc. Color #b794c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010100 11000101
Octal 267 224 305
Decimal 183 148 197
Hex B7 94 C5

RGB Percentages of Color #b794c5

%34.66
%28.03
%37.31

CMYK Percentages of Color #b794c5

%7
%25
%0
%23

Triadic Colors of #b794c5

#b794c5 #c5b794 #94c5b7

Analogous Colors of #b794c5

#b794c5 #c594bb #9f94c5

Monochromatic Colors of #b794c5

#b794c5

Complementary Color

#b794c5 #a2c594

#b794c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b794c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b794c5 Color CSS Codes

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

#b794c5 Text Font Color

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

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


#b794c5 Background Color

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

This div background color is #b794c5


#b794c5 Border Color

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

This div border color is #b794c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b794c5

#b794c5 Color Palettes


Comments

No comments written yet.

Please login to write comment.