Color Hex Logo

#b02baf Color Hex

#B02BAF
(176,43,175)
0 Favorites   0 Comments

Color spaces of #b02baf

RGB 17643175
HSL0.830.610.43
HSV300°76°69°
CMYK 0.000.760.01   0.31
XYZ26.506214.053041.8729
Yxy14.05300.32160.1705
Hunter Lab37.487360.6093-39.9851
CIE-Lab44.308866.7159-41.4605

#b02baf color RGB value is (176,43,175).

#b02baf hex color red value is 176, green value is 43 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b02baf hue: 0.83 , saturation: 0.61 and the lightness value of b02baf is 0.43.

The process color (four color CMYK) of #b02baf color hex is 0.00, 0.76, 0.01, 0.31. Web safe color of #b02baf is #993399. Color #b02baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101011 10101111
Octal 260 53 257
Decimal 176 43 175
Hex B0 2B AF

RGB Percentages of Color #b02baf

%44.67
%10.91
%44.42

CMYK Percentages of Color #b02baf

%0
%76
%1
%31

Triadic Colors of #b02baf

#b02baf #afb02b #2bafb0

Analogous Colors of #b02baf

#b02baf #b02b6d #6f2bb0

Monochromatic Colors of #b02baf

#b02baf

Complementary Color

#b02baf #2bb02c

#b02baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02baf Color CSS Codes

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

#b02baf Text Font Color

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

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


#b02baf Background Color

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

This div background color is #b02baf


#b02baf Border Color

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

This div border color is #b02baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02baf


Comments

No comments written yet.

Please login to write comment.