Color Hex Logo

#bd15cd Color Hex

#BD15CD
(189,21,205)
0 Favorites   0 Comments

Color spaces of #bd15cd

RGB 18921205
HSL0.820.810.44
HSV295°90°80°
CMYK 0.080.900.00   0.20
XYZ32.273915.762959.0991
Yxy15.76290.30120.1471
Hunter Lab39.702575.6220-60.4642
CIE-Lab46.661978.7308-55.1060

#bd15cd color RGB value is (189,21,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010101 11001101
Octal 275 25 315
Decimal 189 21 205
Hex BD 15 CD

RGB Percentages of Color #bd15cd

%45.54
%5.06
%49.40

CMYK Percentages of Color #bd15cd

%8
%90
%0
%20

Triadic Colors of #bd15cd

#bd15cd #cdbd15 #15cdbd

Analogous Colors of #bd15cd

#bd15cd #cd1581 #6115cd

Monochromatic Colors of #bd15cd

#bd15cd

Complementary Color

#bd15cd #25cd15

#bd15cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd15cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd15cd Color CSS Codes

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

#bd15cd Text Font Color

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

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


#bd15cd Background Color

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

This div background color is #bd15cd


#bd15cd Border Color

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

This div border color is #bd15cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd15cd


Comments

No comments written yet.

Please login to write comment.