Color Hex Logo

#bd2980 Color Hex

#BD2980
(189,41,128)
0 Favorites   0 Comments

Color spaces of #bd2980

RGB 18941128
HSL0.900.640.45
HSV325°78°74°
CMYK 0.000.780.32   0.26
XYZ25.675513.963221.7640
Yxy13.96320.41810.2274
Hunter Lab37.367457.2563-8.3753
CIE-Lab44.180163.8219-13.1793

#bd2980 color RGB value is (189,41,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 10000000
Octal 275 51 200
Decimal 189 41 128
Hex BD 29 80

RGB Percentages of Color #bd2980

%52.79
%11.45
%35.75

CMYK Percentages of Color #bd2980

%0
%78
%32
%26

Triadic Colors of #bd2980

#bd2980 #80bd29 #2980bd

Analogous Colors of #bd2980

#bd2980 #bd2936 #b029bd

Monochromatic Colors of #bd2980

#bd2980

Complementary Color

#bd2980 #29bd66

#bd2980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2980 Color CSS Codes

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

#bd2980 Text Font Color

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

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


#bd2980 Background Color

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

This div background color is #bd2980


#bd2980 Border Color

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

This div border color is #bd2980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2980


Comments

No comments written yet.

Please login to write comment.