Color Hex Logo

#bd2b83 Color Hex

#BD2B83
(189,43,131)
0 Favorites   0 Comments

Color spaces of #bd2b83

RGB 18943131
HSL0.900.630.45
HSV324°77°74°
CMYK 0.000.770.31   0.26
XYZ25.946914.185322.8432
Yxy14.18530.41200.2253
Hunter Lab37.663457.0606-9.5956
CIE-Lab44.497563.5887-14.5339

#bd2b83 color RGB value is (189,43,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101011 10000011
Octal 275 53 203
Decimal 189 43 131
Hex BD 2B 83

RGB Percentages of Color #bd2b83

%52.07
%11.85
%36.09

CMYK Percentages of Color #bd2b83

%0
%77
%31
%26

Triadic Colors of #bd2b83

#bd2b83 #83bd2b #2b83bd

Analogous Colors of #bd2b83

#bd2b83 #bd2b3a #ae2bbd

Monochromatic Colors of #bd2b83

#bd2b83

Complementary Color

#bd2b83 #2bbd65

#bd2b83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2b83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2b83 Color CSS Codes

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

#bd2b83 Text Font Color

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

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


#bd2b83 Background Color

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

This div background color is #bd2b83


#bd2b83 Border Color

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

This div border color is #bd2b83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2b83


Comments

No comments written yet.

Please login to write comment.