Color Hex Logo

#b30baf Color Hex

#B30BAF
(179,11,175)
0 Favorites   0 Comments

Color spaces of #b30baf

RGB 17911175
HSL0.840.880.37
HSV301°94°70°
CMYK 0.000.940.02   0.30
XYZ26.447912.918241.6569
Yxy12.91820.32640.1594
Hunter Lab35.941968.4512-43.5582
CIE-Lab42.639773.6707-44.0878

#b30baf color RGB value is (179,11,175).

#b30baf hex color red value is 179, green value is 11 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b30baf hue: 0.84 , saturation: 0.88 and the lightness value of b30baf is 0.37.

The process color (four color CMYK) of #b30baf color hex is 0.00, 0.94, 0.02, 0.30. Web safe color of #b30baf is #cc0099. Color #b30baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001011 10101111
Octal 263 13 257
Decimal 179 11 175
Hex B3 B AF

RGB Percentages of Color #b30baf

%49.04
%3.01
%47.95

CMYK Percentages of Color #b30baf

%0
%94
%2
%30

Triadic Colors of #b30baf

#b30baf #afb30b #0bafb3

Analogous Colors of #b30baf

#b30baf #b30b5b #630bb3

Monochromatic Colors of #b30baf

#b30baf

Complementary Color

#b30baf #0bb30f

#b30baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30baf Color CSS Codes

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

#b30baf Text Font Color

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

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


#b30baf Background Color

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

This div background color is #b30baf


#b30baf Border Color

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

This div border color is #b30baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30baf


Comments

No comments written yet.

Please login to write comment.