Color Hex Logo

#b06794 Color Hex

#B06794
(176,103,148)
0 Favorites   0 Comments

Color spaces of #b06794

RGB 176103148
HSL0.900.320.55
HSV323°41°69°
CMYK 0.000.410.16   0.31
XYZ28.100021.068730.6026
Yxy21.06870.35230.2641
Hunter Lab45.900728.9501-7.3990
CIE-Lab53.024635.5684-11.9995

#b06794 color RGB value is (176,103,148).

#b06794 hex color red value is 176, green value is 103 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #b06794 hue: 0.90 , saturation: 0.32 and the lightness value of b06794 is 0.55.

The process color (four color CMYK) of #b06794 color hex is 0.00, 0.41, 0.16, 0.31. Web safe color of #b06794 is #996699. Color #b06794 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100111 10010100
Octal 260 147 224
Decimal 176 103 148
Hex B0 67 94

RGB Percentages of Color #b06794

%41.22
%24.12
%34.66

CMYK Percentages of Color #b06794

%0
%41
%16
%31

Triadic Colors of #b06794

#b06794 #94b067 #6794b0

Analogous Colors of #b06794

#b06794 #b06770 #a867b0

Monochromatic Colors of #b06794

#b06794

Complementary Color

#b06794 #67b083

#b06794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06794 Color CSS Codes

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

#b06794 Text Font Color

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

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


#b06794 Background Color

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

This div background color is #b06794


#b06794 Border Color

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

This div border color is #b06794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06794


Comments

No comments written yet.

Please login to write comment.