Color Hex Logo

#bd10cd Color Hex

#BD10CD
(189,16,205)
0 Favorites   0 Comments

Color spaces of #bd10cd

RGB 18916205
HSL0.820.860.43
HSV295°92°80°
CMYK 0.080.920.00   0.20
XYZ32.191015.597259.0715
Yxy15.59720.30120.1460
Hunter Lab39.493376.3822-61.0368
CIE-Lab46.441579.3816-55.4605

#bd10cd color RGB value is (189,16,205).

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

The process color (four color CMYK) of #bd10cd color hex is 0.08, 0.92, 0.00, 0.20. Web safe color of #bd10cd is #cc00cc. Color #bd10cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010000 11001101
Octal 275 20 315
Decimal 189 16 205
Hex BD 10 CD

RGB Percentages of Color #bd10cd

%46.10
%3.90
%50.00

CMYK Percentages of Color #bd10cd

%8
%92
%0
%20

Triadic Colors of #bd10cd

#bd10cd #cdbd10 #10cdbd

Analogous Colors of #bd10cd

#bd10cd #cd107f #5e10cd

Monochromatic Colors of #bd10cd

#bd10cd

Complementary Color

#bd10cd #20cd10

#bd10cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd10cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd10cd Color CSS Codes

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

#bd10cd Text Font Color

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

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


#bd10cd Background Color

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

This div background color is #bd10cd


#bd10cd Border Color

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

This div border color is #bd10cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd10cd


Comments

No comments written yet.

Please login to write comment.