Color Hex Logo

#b02fad Color Hex

#B02FAD
(176,47,173)
0 Favorites   0 Comments

Color spaces of #b02fad

RGB 17647173
HSL0.840.580.44
HSV301°73°69°
CMYK 0.000.730.02   0.31
XYZ26.463814.280340.8967
Yxy14.28030.32410.1749
Hunter Lab37.789358.8721-37.7129
CIE-Lab44.632365.1476-39.7637

#b02fad color RGB value is (176,47,173).

#b02fad hex color red value is 176, green value is 47 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b02fad hue: 0.84 , saturation: 0.58 and the lightness value of b02fad is 0.44.

The process color (four color CMYK) of #b02fad color hex is 0.00, 0.73, 0.02, 0.31. Web safe color of #b02fad is #993399. Color #b02fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101111 10101101
Octal 260 57 255
Decimal 176 47 173
Hex B0 2F AD

RGB Percentages of Color #b02fad

%44.44
%11.87
%43.69

CMYK Percentages of Color #b02fad

%0
%73
%2
%31

Triadic Colors of #b02fad

#b02fad #adb02f #2fadb0

Analogous Colors of #b02fad

#b02fad #b02f6d #732fb0

Monochromatic Colors of #b02fad

#b02fad

Complementary Color

#b02fad #2fb032

#b02fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02fad Color CSS Codes

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

#b02fad Text Font Color

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

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


#b02fad Background Color

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

This div background color is #b02fad


#b02fad Border Color

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

This div border color is #b02fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,47,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b02fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b02fad;
  -webkit-box-shadow: 1px 1px 3px 2px #b02fad;
  box-shadow:         1px 1px 3px 2px #b02fad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,47,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02fad


Comments

No comments written yet.

Please login to write comment.