Color Hex Logo

#b01fdd Color Hex

#B01FDD
(176,31,221)
0 Favorites   0 Comments

Color spaces of #b01fdd

RGB 17631221
HSL0.790.750.49
HSV286°86°87°
CMYK 0.200.860.00   0.13
XYZ31.445615.430569.7276
Yxy15.43050.26970.1323
Hunter Lab39.281774.1491-77.7465
CIE-Lab46.218377.6328-65.1169

#b01fdd color RGB value is (176,31,221).

#b01fdd hex color red value is 176, green value is 31 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b01fdd hue: 0.79 , saturation: 0.75 and the lightness value of b01fdd is 0.49.

The process color (four color CMYK) of #b01fdd color hex is 0.20, 0.86, 0.00, 0.13. Web safe color of #b01fdd is #9933cc. Color #b01fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011111 11011101
Octal 260 37 335
Decimal 176 31 221
Hex B0 1F DD

RGB Percentages of Color #b01fdd

%41.12
%7.24
%51.64

CMYK Percentages of Color #b01fdd

%20
%86
%0
%13

Triadic Colors of #b01fdd

#b01fdd #ddb01f #1fddb0

Analogous Colors of #b01fdd

#b01fdd #dd1fab #511fdd

Monochromatic Colors of #b01fdd

#b01fdd

Complementary Color

#b01fdd #4cdd1f

#b01fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01fdd Color CSS Codes

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

#b01fdd Text Font Color

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

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


#b01fdd Background Color

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

This div background color is #b01fdd


#b01fdd Border Color

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

This div border color is #b01fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01fdd


Comments

No comments written yet.

Please login to write comment.