Color Hex Logo

#bd039b Color Hex

#BD039B
(189,3,155)
0 Favorites   0 Comments

Color spaces of #bd039b

RGB 1893155
HSL0.860.970.38
HSV311°98°74°
CMYK 0.000.980.18   0.26
XYZ26.935213.250532.1483
Yxy13.25050.37240.1832
Hunter Lab36.401268.3794-26.8820
CIE-Lab43.138373.5143-31.2145

#bd039b color RGB value is (189,3,155).

#bd039b hex color red value is 189, green value is 3 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bd039b hue: 0.86 , saturation: 0.97 and the lightness value of bd039b is 0.38.

The process color (four color CMYK) of #bd039b color hex is 0.00, 0.98, 0.18, 0.26. Web safe color of #bd039b is #cc0099. Color #bd039b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000011 10011011
Octal 275 3 233
Decimal 189 3 155
Hex BD 3 9B

RGB Percentages of Color #bd039b

%54.47
%0.86
%44.67

CMYK Percentages of Color #bd039b

%0
%98
%18
%26

Triadic Colors of #bd039b

#bd039b #9bbd03 #039bbd

Analogous Colors of #bd039b

#bd039b #bd033e #8203bd

Monochromatic Colors of #bd039b

#bd039b

Complementary Color

#bd039b #03bd25

#bd039b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd039b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd039b Color CSS Codes

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

#bd039b Text Font Color

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

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


#bd039b Background Color

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

This div background color is #bd039b


#bd039b Border Color

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

This div border color is #bd039b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd039b


Comments

No comments written yet.

Please login to write comment.