Color Hex Logo

#bd10bc Color Hex

#BD10BC
(189,16,188)
0 Favorites   0 Comments

Color spaces of #bd10bc

RGB 18916188
HSL0.830.840.40
HSV300°92°74°
CMYK 0.000.920.01   0.26
XYZ30.248714.820248.8433
Yxy14.82020.32210.1578
Hunter Lab38.497072.8851-48.2766
CIE-Lab45.386976.7717-47.2615

#bd10bc color RGB value is (189,16,188).

#bd10bc hex color red value is 189, green value is 16 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bd10bc hue: 0.83 , saturation: 0.84 and the lightness value of bd10bc is 0.40.

The process color (four color CMYK) of #bd10bc color hex is 0.00, 0.92, 0.01, 0.26. Web safe color of #bd10bc is #cc00cc. Color #bd10bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010000 10111100
Octal 275 20 274
Decimal 189 16 188
Hex BD 10 BC

RGB Percentages of Color #bd10bc

%48.09
%4.07
%47.84

CMYK Percentages of Color #bd10bc

%0
%92
%1
%26

Triadic Colors of #bd10bc

#bd10bc #bcbd10 #10bcbd

Analogous Colors of #bd10bc

#bd10bc #bd1066 #6810bd

Monochromatic Colors of #bd10bc

#bd10bc

Complementary Color

#bd10bc #10bd11

#bd10bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd10bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd10bc Color CSS Codes

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

#bd10bc Text Font Color

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

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


#bd10bc Background Color

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

This div background color is #bd10bc


#bd10bc Border Color

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

This div border color is #bd10bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd10bc


Comments

No comments written yet.

Please login to write comment.