Color Hex Logo

#b30199 Color Hex

#B30199
(179,1,153)
0 Favorites   0 Comments

Color spaces of #b30199

RGB 1791153
HSL0.860.990.35
HSV309°99°70°
CMYK 0.000.990.15   0.30
XYZ24.351011.905331.1515
Yxy11.90530.36120.1766
Hunter Lab34.504165.5930-29.3763
CIE-Lab41.065271.5919-33.3978

#b30199 color RGB value is (179,1,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000001 10011001
Octal 263 1 231
Decimal 179 1 153
Hex B3 1 99

RGB Percentages of Color #b30199

%53.75
%0.30
%45.95

CMYK Percentages of Color #b30199

%0
%99
%15
%30

Triadic Colors of #b30199

#b30199 #99b301 #0199b3

Analogous Colors of #b30199

#b30199 #b30140 #7401b3

Monochromatic Colors of #b30199

#b30199

Complementary Color

#b30199 #01b31b

#b30199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30199 Color CSS Codes

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

#b30199 Text Font Color

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

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


#b30199 Background Color

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

This div background color is #b30199


#b30199 Border Color

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

This div border color is #b30199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30199


Comments

No comments written yet.

Please login to write comment.