Color Hex Logo

#b01cbd Color Hex

#B01CBD
(176,28,189)
0 Favorites   0 Comments

Color spaces of #b01cbd

RGB 17628189
HSL0.820.740.43
HSV295°85°74°
CMYK 0.070.850.00   0.26
XYZ27.505113.734749.3455
Yxy13.73470.30360.1516
Hunter Lab37.060467.6218-53.0018
CIE-Lab43.850072.7466-50.4343

#b01cbd color RGB value is (176,28,189).

#b01cbd hex color red value is 176, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b01cbd hue: 0.82 , saturation: 0.74 and the lightness value of b01cbd is 0.43.

The process color (four color CMYK) of #b01cbd color hex is 0.07, 0.85, 0.00, 0.26. Web safe color of #b01cbd is #9933cc. Color #b01cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011100 10111101
Octal 260 34 275
Decimal 176 28 189
Hex B0 1C BD

RGB Percentages of Color #b01cbd

%44.78
%7.12
%48.09

CMYK Percentages of Color #b01cbd

%7
%85
%0
%26

Triadic Colors of #b01cbd

#b01cbd #bdb01c #1cbdb0

Analogous Colors of #b01cbd

#b01cbd #bd1c7a #601cbd

Monochromatic Colors of #b01cbd

#b01cbd

Complementary Color

#b01cbd #29bd1c

#b01cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01cbd Color CSS Codes

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

#b01cbd Text Font Color

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

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


#b01cbd Background Color

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

This div background color is #b01cbd


#b01cbd Border Color

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

This div border color is #b01cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01cbd


Comments

No comments written yet.

Please login to write comment.