Color Hex Logo

#b01fcd Color Hex

#B01FCD
(176,31,205)
0 Favorites   0 Comments

Color spaces of #b01fcd

RGB 17631205
HSL0.810.740.46
HSV290°85°80°
CMYK 0.140.850.00   0.20
XYZ29.413914.617959.0288
Yxy14.61790.28540.1418
Hunter Lab38.233470.4162-64.7750
CIE-Lab45.106374.8115-57.7232

#b01fcd color RGB value is (176,31,205).

#b01fcd hex color red value is 176, green value is 31 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b01fcd hue: 0.81 , saturation: 0.74 and the lightness value of b01fcd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011111 11001101
Octal 260 37 315
Decimal 176 31 205
Hex B0 1F CD

RGB Percentages of Color #b01fcd

%42.72
%7.52
%49.76

CMYK Percentages of Color #b01fcd

%14
%85
%0
%20

Triadic Colors of #b01fcd

#b01fcd #cdb01f #1fcdb0

Analogous Colors of #b01fcd

#b01fcd #cd1f93 #591fcd

Monochromatic Colors of #b01fcd

#b01fcd

Complementary Color

#b01fcd #3ccd1f

#b01fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01fcd Color CSS Codes

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

#b01fcd Text Font Color

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

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


#b01fcd Background Color

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

This div background color is #b01fcd


#b01fcd Border Color

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

This div border color is #b01fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01fcd


Comments

No comments written yet.

Please login to write comment.