Color Hex Logo

#bd24be Color Hex

#BD24BE
(189,36,190)
0 Favorites   0 Comments

Color spaces of #bd24be

RGB 18936190
HSL0.830.680.44
HSV300°81°75°
CMYK 0.010.810.00   0.25
XYZ30.911415.798350.1354
Yxy15.79830.31920.1631
Hunter Lab39.747169.2625-46.9631
CIE-Lab46.708773.5492-46.3209

#bd24be color RGB value is (189,36,190).

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

The process color (four color CMYK) of #bd24be color hex is 0.01, 0.81, 0.00, 0.25. Web safe color of #bd24be is #cc33cc. Color #bd24be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100100 10111110
Octal 275 44 276
Decimal 189 36 190
Hex BD 24 BE

RGB Percentages of Color #bd24be

%45.54
%8.67
%45.78

CMYK Percentages of Color #bd24be

%1
%81
%0
%25

Triadic Colors of #bd24be

#bd24be #bebd24 #24bebd

Analogous Colors of #bd24be

#bd24be #be2472 #7024be

Monochromatic Colors of #bd24be

#bd24be

Complementary Color

#bd24be #25be24

#bd24be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd24be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd24be Color CSS Codes

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

#bd24be Text Font Color

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

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


#bd24be Background Color

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

This div background color is #bd24be


#bd24be Border Color

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

This div border color is #bd24be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd24be


Comments

No comments written yet.

Please login to write comment.