Color Hex Logo

#b30195 Color Hex

#B30195
(179,1,149)
0 Favorites   0 Comments

Color spaces of #b30195

RGB 1791149
HSL0.860.990.35
HSV310°99°70°
CMYK 0.000.990.17   0.30
XYZ24.026111.775329.4403
Yxy11.77530.36830.1805
Hunter Lab34.315264.9270-26.8466
CIE-Lab40.856771.0718-31.2986

#b30195 color RGB value is (179,1,149).

#b30195 hex color red value is 179, green value is 1 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #b30195 hue: 0.86 , saturation: 0.99 and the lightness value of b30195 is 0.35.

The process color (four color CMYK) of #b30195 color hex is 0.00, 0.99, 0.17, 0.30. Web safe color of #b30195 is #cc0099. Color #b30195 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000001 10010101
Octal 263 1 225
Decimal 179 1 149
Hex B3 1 95

RGB Percentages of Color #b30195

%54.41
%0.30
%45.29

CMYK Percentages of Color #b30195

%0
%99
%17
%30

Triadic Colors of #b30195

#b30195 #95b301 #0195b3

Analogous Colors of #b30195

#b30195 #b3013c #7801b3

Monochromatic Colors of #b30195

#b30195

Complementary Color

#b30195 #01b31f

#b30195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30195 Color CSS Codes

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

#b30195 Text Font Color

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

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


#b30195 Background Color

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

This div background color is #b30195


#b30195 Border Color

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

This div border color is #b30195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30195


Comments

No comments written yet.

Please login to write comment.