Color Hex Logo

#bd2491 Color Hex

#BD2491
(189,36,145)
0 Favorites   0 Comments

Color spaces of #bd2491

RGB 18936145
HSL0.880.680.44
HSV317°81°74°
CMYK 0.000.810.23   0.26
XYZ26.728014.124928.1057
Yxy14.12490.38760.2048
Hunter Lab37.583161.1735-18.0305
CIE-Lab44.411567.1820-23.1851

#bd2491 color RGB value is (189,36,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100100 10010001
Octal 275 44 221
Decimal 189 36 145
Hex BD 24 91

RGB Percentages of Color #bd2491

%51.08
%9.73
%39.19

CMYK Percentages of Color #bd2491

%0
%81
%23
%26

Triadic Colors of #bd2491

#bd2491 #91bd24 #2491bd

Analogous Colors of #bd2491

#bd2491 #bd2445 #9d24bd

Monochromatic Colors of #bd2491

#bd2491

Complementary Color

#bd2491 #24bd50

#bd2491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2491 Color CSS Codes

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

#bd2491 Text Font Color

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

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


#bd2491 Background Color

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

This div background color is #bd2491


#bd2491 Border Color

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

This div border color is #bd2491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2491


Comments

No comments written yet.

Please login to write comment.