Color Hex Logo

#b01fdc Color Hex

#B01FDC
(176,31,220)
0 Favorites   0 Comments

Color spaces of #b01fdc

RGB 17631220
HSL0.790.750.49
HSV286°86°86°
CMYK 0.200.860.00   0.14
XYZ31.312815.377469.0279
Yxy15.37740.27060.1329
Hunter Lab39.214073.9095-76.9175
CIE-Lab46.146877.4532-64.6615

#b01fdc color RGB value is (176,31,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011111 11011100
Octal 260 37 334
Decimal 176 31 220
Hex B0 1F DC

RGB Percentages of Color #b01fdc

%41.22
%7.26
%51.52

CMYK Percentages of Color #b01fdc

%20
%86
%0
%14

Triadic Colors of #b01fdc

#b01fdc #dcb01f #1fdcb0

Analogous Colors of #b01fdc

#b01fdc #dc1faa #521fdc

Monochromatic Colors of #b01fdc

#b01fdc

Complementary Color

#b01fdc #4bdc1f

#b01fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01fdc Color CSS Codes

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

#b01fdc Text Font Color

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

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


#b01fdc Background Color

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

This div background color is #b01fdc


#b01fdc Border Color

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

This div border color is #b01fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01fdc


Comments

No comments written yet.

Please login to write comment.