Color Hex Logo

#bd2885 Color Hex

#BD2885
(189,40,133)
0 Favorites   0 Comments

Color spaces of #bd2885

RGB 18940133
HSL0.900.650.45
HSV323°79°74°
CMYK 0.000.790.30   0.26
XYZ25.978714.029923.5291
Yxy14.02990.40890.2208
Hunter Lab37.456558.2533-11.0247
CIE-Lab44.275864.6769-16.0939

#bd2885 color RGB value is (189,40,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101000 10000101
Octal 275 50 205
Decimal 189 40 133
Hex BD 28 85

RGB Percentages of Color #bd2885

%52.21
%11.05
%36.74

CMYK Percentages of Color #bd2885

%0
%79
%30
%26

Triadic Colors of #bd2885

#bd2885 #85bd28 #2885bd

Analogous Colors of #bd2885

#bd2885 #bd283b #ab28bd

Monochromatic Colors of #bd2885

#bd2885

Complementary Color

#bd2885 #28bd60

#bd2885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2885 Color CSS Codes

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

#bd2885 Text Font Color

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

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


#bd2885 Background Color

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

This div background color is #bd2885


#bd2885 Border Color

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

This div border color is #bd2885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2885


Comments

No comments written yet.

Please login to write comment.