Color Hex Logo

#bd2991 Color Hex

#BD2991
(189,41,145)
0 Favorites   0 Comments

Color spaces of #bd2991

RGB 18941145
HSL0.880.640.45
HSV318°78°74°
CMYK 0.000.780.23   0.26
XYZ26.890014.449028.1597
Yxy14.44900.38690.2079
Hunter Lab38.011859.7522-17.3146
CIE-Lab44.870165.8659-22.4760

#bd2991 color RGB value is (189,41,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 10010001
Octal 275 51 221
Decimal 189 41 145
Hex BD 29 91

RGB Percentages of Color #bd2991

%50.40
%10.93
%38.67

CMYK Percentages of Color #bd2991

%0
%78
%23
%26

Triadic Colors of #bd2991

#bd2991 #91bd29 #2991bd

Analogous Colors of #bd2991

#bd2991 #bd2947 #9f29bd

Monochromatic Colors of #bd2991

#bd2991

Complementary Color

#bd2991 #29bd55

#bd2991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2991 Color CSS Codes

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

#bd2991 Text Font Color

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

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


#bd2991 Background Color

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

This div background color is #bd2991


#bd2991 Border Color

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

This div border color is #bd2991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2991


Comments

No comments written yet.

Please login to write comment.