Color Hex Logo

#bd029e Color Hex

#BD029E
(189,2,158)
0 Favorites   0 Comments

Color spaces of #bd029e

RGB 1892158
HSL0.860.980.37
HSV310°99°74°
CMYK 0.000.990.16   0.26
XYZ27.179513.330933.4883
Yxy13.33090.36730.1802
Hunter Lab36.511568.9819-28.8226
CIE-Lab43.257773.9898-32.8339

#bd029e color RGB value is (189,2,158).

#bd029e hex color red value is 189, green value is 2 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bd029e hue: 0.86 , saturation: 0.98 and the lightness value of bd029e is 0.37.

The process color (four color CMYK) of #bd029e color hex is 0.00, 0.99, 0.16, 0.26. Web safe color of #bd029e is #cc0099. Color #bd029e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000010 10011110
Octal 275 2 236
Decimal 189 2 158
Hex BD 2 9E

RGB Percentages of Color #bd029e

%54.15
%0.57
%45.27

CMYK Percentages of Color #bd029e

%0
%99
%16
%26

Triadic Colors of #bd029e

#bd029e #9ebd02 #029ebd

Analogous Colors of #bd029e

#bd029e #bd0241 #7f02bd

Monochromatic Colors of #bd029e

#bd029e

Complementary Color

#bd029e #02bd21

#bd029e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd029e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd029e Color CSS Codes

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

#bd029e Text Font Color

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

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


#bd029e Background Color

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

This div background color is #bd029e


#bd029e Border Color

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

This div border color is #bd029e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd029e


Comments

No comments written yet.

Please login to write comment.