Color Hex Logo

#bd2583 Color Hex

#BD2583
(189,37,131)
0 Favorites   0 Comments

Color spaces of #bd2583

RGB 18937131
HSL0.900.670.44
HSV323°80°74°
CMYK 0.000.800.31   0.26
XYZ25.744613.780622.7758
Yxy13.78060.41320.2212
Hunter Lab37.122258.8274-10.3909
CIE-Lab43.916665.2473-15.4184

#bd2583 color RGB value is (189,37,131).

#bd2583 hex color red value is 189, green value is 37 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bd2583 hue: 0.90 , saturation: 0.67 and the lightness value of bd2583 is 0.44.

The process color (four color CMYK) of #bd2583 color hex is 0.00, 0.80, 0.31, 0.26. Web safe color of #bd2583 is #cc3399. Color #bd2583 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 10000011
Octal 275 45 203
Decimal 189 37 131
Hex BD 25 83

RGB Percentages of Color #bd2583

%52.94
%10.36
%36.69

CMYK Percentages of Color #bd2583

%0
%80
%31
%26

Triadic Colors of #bd2583

#bd2583 #83bd25 #2583bd

Analogous Colors of #bd2583

#bd2583 #bd2537 #ab25bd

Monochromatic Colors of #bd2583

#bd2583

Complementary Color

#bd2583 #25bd5f

#bd2583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2583 Color CSS Codes

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

#bd2583 Text Font Color

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

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


#bd2583 Background Color

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

This div background color is #bd2583


#bd2583 Border Color

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

This div border color is #bd2583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2583


Comments

No comments written yet.

Please login to write comment.