Color Hex Logo

#b3008f Color Hex

#B3008F
(179,0,143)
0 Favorites   0 Comments

Color spaces of #b3008f

RGB 1790143
HSL0.871.000.35
HSV312°100°70°
CMYK 0.001.000.20   0.30
XYZ23.548311.566926.9781
Yxy11.56690.37920.1863
Hunter Lab34.010164.0739-23.2239
CIE-Lab40.519370.4165-28.1695

#b3008f color RGB value is (179,0,143).

#b3008f hex color red value is 179, green value is 0 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b3008f hue: 0.87 , saturation: 1.00 and the lightness value of b3008f is 0.35.

The process color (four color CMYK) of #b3008f color hex is 0.00, 1.00, 0.20, 0.30. Web safe color of #b3008f is #cc0099. Color #b3008f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000000 10001111
Octal 263 0 217
Decimal 179 0 143
Hex B3 0 8F

RGB Percentages of Color #b3008f

%55.59
%0.00
%44.41

CMYK Percentages of Color #b3008f

%0
%100
%20
%30

Triadic Colors of #b3008f

#b3008f #8fb300 #008fb3

Analogous Colors of #b3008f

#b3008f #b30036 #7e00b3

Monochromatic Colors of #b3008f

#b3008f

Complementary Color

#b3008f #00b324

#b3008f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3008f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3008f Color CSS Codes

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

#b3008f Text Font Color

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

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


#b3008f Background Color

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

This div background color is #b3008f


#b3008f Border Color

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

This div border color is #b3008f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3008f


Comments

No comments written yet.

Please login to write comment.