Color Hex Logo

#bd027e Color Hex

#BD027E
(189,2,126)
0 Favorites   0 Comments

Color spaces of #bd027e

RGB 1892126
HSL0.890.980.37
HSV320°99°74°
CMYK 0.000.990.33   0.26
XYZ24.773912.368620.8203
Yxy12.36860.42740.2134
Hunter Lab35.169064.1939-10.4818
CIE-Lab41.796170.2696-15.5746

#bd027e color RGB value is (189,2,126).

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

The process color (four color CMYK) of #bd027e color hex is 0.00, 0.99, 0.33, 0.26. Web safe color of #bd027e is #cc0066. Color #bd027e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000010 01111110
Octal 275 2 176
Decimal 189 2 126
Hex BD 2 7E

RGB Percentages of Color #bd027e

%59.62
%0.63
%39.75

CMYK Percentages of Color #bd027e

%0
%99
%33
%26

Triadic Colors of #bd027e

#bd027e #7ebd02 #027ebd

Analogous Colors of #bd027e

#bd027e #bd0220 #9f02bd

Monochromatic Colors of #bd027e

#bd027e

Complementary Color

#bd027e #02bd41

#bd027e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd027e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd027e Color CSS Codes

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

#bd027e Text Font Color

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

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


#bd027e Background Color

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

This div background color is #bd027e


#bd027e Border Color

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

This div border color is #bd027e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd027e


Comments

No comments written yet.

Please login to write comment.