Color Hex Logo

#bd24af Color Hex

#BD24AF
(189,36,175)
0 Favorites   0 Comments

Color spaces of #bd24af

RGB 18936175
HSL0.850.680.44
HSV305°81°74°
CMYK 0.000.810.07   0.26
XYZ29.355015.175741.9395
Yxy15.17570.33950.1755
Hunter Lab38.956066.3343-36.5616
CIE-Lab45.873971.2771-38.8392

#bd24af color RGB value is (189,36,175).

#bd24af hex color red value is 189, green value is 36 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bd24af hue: 0.85 , saturation: 0.68 and the lightness value of bd24af is 0.44.

The process color (four color CMYK) of #bd24af color hex is 0.00, 0.81, 0.07, 0.26. Web safe color of #bd24af is #cc3399. Color #bd24af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100100 10101111
Octal 275 44 257
Decimal 189 36 175
Hex BD 24 AF

RGB Percentages of Color #bd24af

%47.25
%9.00
%43.75

CMYK Percentages of Color #bd24af

%0
%81
%7
%26

Triadic Colors of #bd24af

#bd24af #afbd24 #24afbd

Analogous Colors of #bd24af

#bd24af #bd2463 #7f24bd

Monochromatic Colors of #bd24af

#bd24af

Complementary Color

#bd24af #24bd32

#bd24af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd24af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd24af Color CSS Codes

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

#bd24af Text Font Color

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

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


#bd24af Background Color

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

This div background color is #bd24af


#bd24af Border Color

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

This div border color is #bd24af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd24af


Comments

No comments written yet.

Please login to write comment.