Color Hex Logo

#b30aaf Color Hex

#B30AAF
(179,10,175)
0 Favorites   0 Comments

Color spaces of #b30aaf

RGB 17910175
HSL0.840.890.37
HSV301°94°70°
CMYK 0.000.940.02   0.30
XYZ26.436812.895941.6532
Yxy12.89590.32640.1592
Hunter Lab35.910968.5638-43.6332
CIE-Lab42.606073.7705-44.1417

#b30aaf color RGB value is (179,10,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001010 10101111
Octal 263 12 257
Decimal 179 10 175
Hex B3 A AF

RGB Percentages of Color #b30aaf

%49.18
%2.75
%48.08

CMYK Percentages of Color #b30aaf

%0
%94
%2
%30

Triadic Colors of #b30aaf

#b30aaf #afb30a #0aafb3

Analogous Colors of #b30aaf

#b30aaf #b30a5b #620ab3

Monochromatic Colors of #b30aaf

#b30aaf

Complementary Color

#b30aaf #0ab30e

#b30aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30aaf Color CSS Codes

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

#b30aaf Text Font Color

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

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


#b30aaf Background Color

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

This div background color is #b30aaf


#b30aaf Border Color

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

This div border color is #b30aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,10,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 #b30aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30aaf


Comments

No comments written yet.

Please login to write comment.