Color Hex Logo

#bd069c Color Hex

#BD069C
(189,6,156)
0 Favorites   0 Comments

Color spaces of #bd069c

RGB 1896156
HSL0.860.940.38
HSV311°97°74°
CMYK 0.000.970.17   0.26
XYZ27.052113.349432.6034
Yxy13.34940.37060.1829
Hunter Lab36.536868.2231-27.3313
CIE-Lab43.285173.3562-31.5869

#bd069c color RGB value is (189,6,156).

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

The process color (four color CMYK) of #bd069c color hex is 0.00, 0.97, 0.17, 0.26. Web safe color of #bd069c is #cc0099. Color #bd069c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000110 10011100
Octal 275 6 234
Decimal 189 6 156
Hex BD 6 9C

RGB Percentages of Color #bd069c

%53.85
%1.71
%44.44

CMYK Percentages of Color #bd069c

%0
%97
%17
%26

Triadic Colors of #bd069c

#bd069c #9cbd06 #069cbd

Analogous Colors of #bd069c

#bd069c #bd0641 #8306bd

Monochromatic Colors of #bd069c

#bd069c

Complementary Color

#bd069c #06bd27

#bd069c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd069c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd069c Color CSS Codes

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

#bd069c Text Font Color

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

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


#bd069c Background Color

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

This div background color is #bd069c


#bd069c Border Color

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

This div border color is #bd069c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd069c


Comments

No comments written yet.

Please login to write comment.