Color Hex Logo

#bd0098 Color Hex

#BD0098
(189,0,152)
0 Favorites   0 Comments

Color spaces of #bd0098

RGB 1890152
HSL0.871.000.37
HSV312°100°74°
CMYK 0.001.000.20   0.26
XYZ26.653813.085830.8268
Yxy13.08580.37770.1854
Hunter Lab36.174368.2166-25.2034
CIE-Lab42.892273.4272-29.7883

#bd0098 color RGB value is (189,0,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000000 10011000
Octal 275 0 230
Decimal 189 0 152
Hex BD 0 98

RGB Percentages of Color #bd0098

%55.43
%0.00
%44.57

CMYK Percentages of Color #bd0098

%0
%100
%20
%26

Triadic Colors of #bd0098

#bd0098 #98bd00 #0098bd

Analogous Colors of #bd0098

#bd0098 #bd0039 #8400bd

Monochromatic Colors of #bd0098

#bd0098

Complementary Color

#bd0098 #00bd25

#bd0098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0098 Color CSS Codes

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

#bd0098 Text Font Color

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

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


#bd0098 Background Color

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

This div background color is #bd0098


#bd0098 Border Color

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

This div border color is #bd0098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0098


Comments

No comments written yet.

Please login to write comment.