Color Hex Logo

#bd10dc Color Hex

#BD10DC
(189,16,220)
0 Favorites   0 Comments

Color spaces of #bd10dc

RGB 18916220
HSL0.810.860.46
HSV291°93°86°
CMYK 0.140.930.00   0.14
XYZ34.089816.356769.0706
Yxy16.35670.28520.1369
Hunter Lab40.443479.6819-72.9470
CIE-Lab47.439081.8042-62.4690

#bd10dc color RGB value is (189,16,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010000 11011100
Octal 275 20 334
Decimal 189 16 220
Hex BD 10 DC

RGB Percentages of Color #bd10dc

%44.47
%3.76
%51.76

CMYK Percentages of Color #bd10dc

%14
%93
%0
%14

Triadic Colors of #bd10dc

#bd10dc #dcbd10 #10dcbd

Analogous Colors of #bd10dc

#bd10dc #dc1095 #5710dc

Monochromatic Colors of #bd10dc

#bd10dc

Complementary Color

#bd10dc #2fdc10

#bd10dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd10dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd10dc Color CSS Codes

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

#bd10dc Text Font Color

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

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


#bd10dc Background Color

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

This div background color is #bd10dc


#bd10dc Border Color

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

This div border color is #bd10dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd10dc


Comments

No comments written yet.

Please login to write comment.