Color Hex Logo

#b01daf Color Hex

#B01DAF
(176,29,175)
0 Favorites   0 Comments

Color spaces of #b01daf

RGB 17629175
HSL0.830.720.40
HSV300°84°69°
CMYK 0.000.840.01   0.31
XYZ26.081713.204041.7314
Yxy13.20400.32190.1630
Hunter Lab36.337364.5310-42.6552
CIE-Lab43.069070.3067-43.4341

#b01daf color RGB value is (176,29,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011101 10101111
Octal 260 35 257
Decimal 176 29 175
Hex B0 1D AF

RGB Percentages of Color #b01daf

%46.32
%7.63
%46.05

CMYK Percentages of Color #b01daf

%0
%84
%1
%31

Triadic Colors of #b01daf

#b01daf #afb01d #1dafb0

Analogous Colors of #b01daf

#b01daf #b01d66 #681db0

Monochromatic Colors of #b01daf

#b01daf

Complementary Color

#b01daf #1db01e

#b01daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01daf Color CSS Codes

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

#b01daf Text Font Color

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

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


#b01daf Background Color

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

This div background color is #b01daf


#b01daf Border Color

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

This div border color is #b01daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01daf


Comments

No comments written yet.

Please login to write comment.