Color Hex Logo

#bd2883 Color Hex

#BD2883
(189,40,131)
0 Favorites   0 Comments

Color spaces of #bd2883

RGB 18940131
HSL0.900.650.45
HSV323°79°74°
CMYK 0.000.790.31   0.26
XYZ25.841813.975122.8082
Yxy13.97510.41260.2232
Hunter Lab37.383357.9703-10.0056
CIE-Lab44.197264.4446-14.9909

#bd2883 color RGB value is (189,40,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101000 10000011
Octal 275 50 203
Decimal 189 40 131
Hex BD 28 83

RGB Percentages of Color #bd2883

%52.50
%11.11
%36.39

CMYK Percentages of Color #bd2883

%0
%79
%31
%26

Triadic Colors of #bd2883

#bd2883 #83bd28 #2883bd

Analogous Colors of #bd2883

#bd2883 #bd2839 #ad28bd

Monochromatic Colors of #bd2883

#bd2883

Complementary Color

#bd2883 #28bd62

#bd2883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2883 Color CSS Codes

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

#bd2883 Text Font Color

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

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


#bd2883 Background Color

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

This div background color is #bd2883


#bd2883 Border Color

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

This div border color is #bd2883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2883


Comments

No comments written yet.

Please login to write comment.