Color Hex Logo

#bd24cd Color Hex

#BD24CD
(189,36,205)
0 Favorites   0 Comments

Color spaces of #bd24cd

RGB 18936205
HSL0.820.700.47
HSV294°82°80°
CMYK 0.080.820.00   0.20
XYZ32.636616.488359.2200
Yxy16.48830.30120.1522
Hunter Lab40.605872.4079-58.0452
CIE-Lab47.608775.9514-53.5847

#bd24cd color RGB value is (189,36,205).

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

The process color (four color CMYK) of #bd24cd color hex is 0.08, 0.82, 0.00, 0.20. Web safe color of #bd24cd is #cc33cc. Color #bd24cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100100 11001101
Octal 275 44 315
Decimal 189 36 205
Hex BD 24 CD

RGB Percentages of Color #bd24cd

%43.95
%8.37
%47.67

CMYK Percentages of Color #bd24cd

%8
%82
%0
%20

Triadic Colors of #bd24cd

#bd24cd #cdbd24 #24cdbd

Analogous Colors of #bd24cd

#bd24cd #cd2489 #6924cd

Monochromatic Colors of #bd24cd

#bd24cd

Complementary Color

#bd24cd #34cd24

#bd24cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd24cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd24cd Color CSS Codes

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

#bd24cd Text Font Color

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

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


#bd24cd Background Color

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

This div background color is #bd24cd


#bd24cd Border Color

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

This div border color is #bd24cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd24cd


Comments

No comments written yet.

Please login to write comment.