Color Hex Logo

#b3095e Color Hex

#B3095E
(179,9,94)
0 Favorites   0 Comments

Color spaces of #b3095e

RGB 179994
HSL0.920.900.37
HSV330°95°70°
CMYK 0.000.950.47   0.30
XYZ20.708510.587211.5418
Yxy10.58720.48340.2471
Hunter Lab32.538056.66321.7454
CIE-Lab38.876364.3303-0.0387

#b3095e color RGB value is (179,9,94).

#b3095e hex color red value is 179, green value is 9 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b3095e hue: 0.92 , saturation: 0.90 and the lightness value of b3095e is 0.37.

The process color (four color CMYK) of #b3095e color hex is 0.00, 0.95, 0.47, 0.30. Web safe color of #b3095e is #cc0066. Color #b3095e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001001 01011110
Octal 263 11 136
Decimal 179 9 94
Hex B3 9 5E

RGB Percentages of Color #b3095e

%63.48
%3.19
%33.33

CMYK Percentages of Color #b3095e

%0
%95
%47
%30

Triadic Colors of #b3095e

#b3095e #5eb309 #095eb3

Analogous Colors of #b3095e

#b3095e #b30909 #b309b3

Monochromatic Colors of #b3095e

#b3095e

Complementary Color

#b3095e #09b35e

#b3095e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3095e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3095e Color CSS Codes

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

#b3095e Text Font Color

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

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


#b3095e Background Color

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

This div background color is #b3095e


#b3095e Border Color

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

This div border color is #b3095e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,9,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3095e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3095e;
  -webkit-box-shadow: 1px 1px 3px 2px #b3095e;
  box-shadow:         1px 1px 3px 2px #b3095e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,9,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3095e


Comments

No comments written yet.

Please login to write comment.