Color Hex Logo

#bd0090 Color Hex

#BD0090
(189,0,144)
0 Favorites   0 Comments

Color spaces of #bd0090

RGB 1890144
HSL0.871.000.37
HSV314°100°74°
CMYK 0.001.000.24   0.26
XYZ26.020312.832427.4910
Yxy12.83240.39220.1934
Hunter Lab35.822366.9681-20.4251
CIE-Lab42.509672.4627-25.5290

#bd0090 color RGB value is (189,0,144).

#bd0090 hex color red value is 189, green value is 0 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bd0090 hue: 0.87 , saturation: 1.00 and the lightness value of bd0090 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000000 10010000
Octal 275 0 220
Decimal 189 0 144
Hex BD 0 90

RGB Percentages of Color #bd0090

%56.76
%0.00
%43.24

CMYK Percentages of Color #bd0090

%0
%100
%24
%26

Triadic Colors of #bd0090

#bd0090 #90bd00 #0090bd

Analogous Colors of #bd0090

#bd0090 #bd0032 #8c00bd

Monochromatic Colors of #bd0090

#bd0090

Complementary Color

#bd0090 #00bd2d

#bd0090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0090 Color CSS Codes

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

#bd0090 Text Font Color

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

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


#bd0090 Background Color

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

This div background color is #bd0090


#bd0090 Border Color

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

This div border color is #bd0090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0090


Comments

No comments written yet.

Please login to write comment.