Color Hex Logo

#bd067e Color Hex

#BD067E
(189,6,126)
0 Favorites   0 Comments

Color spaces of #bd067e

RGB 1896126
HSL0.890.940.38
HSV321°97°74°
CMYK 0.000.970.33   0.26
XYZ24.817312.455420.8348
Yxy12.45540.42710.2144
Hunter Lab35.292263.7589-10.2974
CIE-Lab41.930969.8746-15.3688

#bd067e color RGB value is (189,6,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000110 01111110
Octal 275 6 176
Decimal 189 6 126
Hex BD 6 7E

RGB Percentages of Color #bd067e

%58.88
%1.87
%39.25

CMYK Percentages of Color #bd067e

%0
%97
%33
%26

Triadic Colors of #bd067e

#bd067e #7ebd06 #067ebd

Analogous Colors of #bd067e

#bd067e #bd0623 #a106bd

Monochromatic Colors of #bd067e

#bd067e

Complementary Color

#bd067e #06bd45

#bd067e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd067e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd067e Color CSS Codes

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

#bd067e Text Font Color

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

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


#bd067e Background Color

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

This div background color is #bd067e


#bd067e Border Color

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

This div border color is #bd067e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd067e


Comments

No comments written yet.

Please login to write comment.