Color Hex Logo

#bd01dc Color Hex

#BD01DC
(189,1,220)
0 Favorites   0 Comments

Color spaces of #bd01dc

RGB 1891220
HSL0.810.990.43
HSV292°100°86°
CMYK 0.141.000.00   0.14
XYZ33.915416.007869.0124
Yxy16.00780.28520.1346
Hunter Lab40.009781.2935-74.2619
CIE-Lab46.984783.1556-63.2040

#bd01dc color RGB value is (189,1,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000001 11011100
Octal 275 1 334
Decimal 189 1 220
Hex BD 1 DC

RGB Percentages of Color #bd01dc

%46.10
%0.24
%53.66

CMYK Percentages of Color #bd01dc

%14
%100
%0
%14

Triadic Colors of #bd01dc

#bd01dc #dcbd01 #01dcbd

Analogous Colors of #bd01dc

#bd01dc #dc018e #5001dc

Monochromatic Colors of #bd01dc

#bd01dc

Complementary Color

#bd01dc #20dc01

#bd01dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd01dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd01dc Color CSS Codes

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

#bd01dc Text Font Color

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

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


#bd01dc Background Color

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

This div background color is #bd01dc


#bd01dc Border Color

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

This div border color is #bd01dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd01dc


Comments

No comments written yet.

Please login to write comment.