Color Hex Logo

#bd1890 Color Hex

#BD1890
(189,24,144)
0 Favorites   0 Comments

Color spaces of #bd1890

RGB 18924144
HSL0.880.770.42
HSV316°87°74°
CMYK 0.000.870.24   0.26
XYZ26.346913.485727.5999
Yxy13.48570.39070.2000
Hunter Lab36.722963.8001-18.8547
CIE-Lab43.486169.6063-24.0121

#bd1890 color RGB value is (189,24,144).

#bd1890 hex color red value is 189, green value is 24 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bd1890 hue: 0.88 , saturation: 0.77 and the lightness value of bd1890 is 0.42.

The process color (four color CMYK) of #bd1890 color hex is 0.00, 0.87, 0.24, 0.26. Web safe color of #bd1890 is #cc0099. Color #bd1890 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011000 10010000
Octal 275 30 220
Decimal 189 24 144
Hex BD 18 90

RGB Percentages of Color #bd1890

%52.94
%6.72
%40.34

CMYK Percentages of Color #bd1890

%0
%87
%24
%26

Triadic Colors of #bd1890

#bd1890 #90bd18 #1890bd

Analogous Colors of #bd1890

#bd1890 #bd183d #9818bd

Monochromatic Colors of #bd1890

#bd1890

Complementary Color

#bd1890 #18bd45

#bd1890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1890 Color CSS Codes

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

#bd1890 Text Font Color

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

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


#bd1890 Background Color

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

This div background color is #bd1890


#bd1890 Border Color

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

This div border color is #bd1890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1890


Comments

No comments written yet.

Please login to write comment.