Color Hex Logo

#b01794 Color Hex

#B01794
(176,23,148)
0 Favorites   0 Comments

Color spaces of #b01794

RGB 17623148
HSL0.860.770.39
HSV311°87°69°
CMYK 0.000.870.16   0.31
XYZ23.556211.981029.0880
Yxy11.98100.36450.1854
Hunter Lab34.613660.9040-25.5957
CIE-Lab41.185967.5784-30.2131

#b01794 color RGB value is (176,23,148).

#b01794 hex color red value is 176, green value is 23 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #b01794 hue: 0.86 , saturation: 0.77 and the lightness value of b01794 is 0.39.

The process color (four color CMYK) of #b01794 color hex is 0.00, 0.87, 0.16, 0.31. Web safe color of #b01794 is #990099. Color #b01794 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010111 10010100
Octal 260 27 224
Decimal 176 23 148
Hex B0 17 94

RGB Percentages of Color #b01794

%50.72
%6.63
%42.65

CMYK Percentages of Color #b01794

%0
%87
%16
%31

Triadic Colors of #b01794

#b01794 #94b017 #1794b0

Analogous Colors of #b01794

#b01794 #b01747 #8017b0

Monochromatic Colors of #b01794

#b01794

Complementary Color

#b01794 #17b033

#b01794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01794 Color CSS Codes

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

#b01794 Text Font Color

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

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


#b01794 Background Color

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

This div background color is #b01794


#b01794 Border Color

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

This div border color is #b01794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01794


Comments

No comments written yet.

Please login to write comment.