Color Hex Logo

#b901dc Color Hex

#B901DC
(185,1,220)
0 Favorites   0 Comments

Color spaces of #b901dc

RGB 1851220
HSL0.810.990.43
HSV290°100°86°
CMYK 0.161.000.00   0.14
XYZ32.936715.503368.9666
Yxy15.50330.28050.1320
Hunter Lab39.374280.4111-76.2884
CIE-Lab46.316082.5935-64.3190

#b901dc color RGB value is (185,1,220).

#b901dc hex color red value is 185, green value is 1 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b901dc hue: 0.81 , saturation: 0.99 and the lightness value of b901dc is 0.43.

The process color (four color CMYK) of #b901dc color hex is 0.16, 1.00, 0.00, 0.14. Web safe color of #b901dc is #cc00cc. Color #b901dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000001 11011100
Octal 271 1 334
Decimal 185 1 220
Hex B9 1 DC

RGB Percentages of Color #b901dc

%45.57
%0.25
%54.19

CMYK Percentages of Color #b901dc

%16
%100
%0
%14

Triadic Colors of #b901dc

#b901dc #dcb901 #01dcb9

Analogous Colors of #b901dc

#b901dc #dc0192 #4c01dc

Monochromatic Colors of #b901dc

#b901dc

Complementary Color

#b901dc #24dc01

#b901dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b901dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b901dc Color CSS Codes

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

#b901dc Text Font Color

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

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


#b901dc Background Color

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

This div background color is #b901dc


#b901dc Border Color

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

This div border color is #b901dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b901dc


Comments

No comments written yet.

Please login to write comment.