Color Hex Logo

#bd06af Color Hex

#BD06AF
(189,6,175)
0 Favorites   0 Comments

Color spaces of #bd06af

RGB 1896175
HSL0.850.940.38
HSV305°97°74°
CMYK 0.000.970.07   0.26
XYZ28.789314.044241.7509
Yxy14.04420.34040.1660
Hunter Lab37.475671.5440-39.8210
CIE-Lab44.296375.8922-41.3408

#bd06af color RGB value is (189,6,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000110 10101111
Octal 275 6 257
Decimal 189 6 175
Hex BD 6 AF

RGB Percentages of Color #bd06af

%51.08
%1.62
%47.30

CMYK Percentages of Color #bd06af

%0
%97
%7
%26

Triadic Colors of #bd06af

#bd06af #afbd06 #06afbd

Analogous Colors of #bd06af

#bd06af #bd0653 #7006bd

Monochromatic Colors of #bd06af

#bd06af

Complementary Color

#bd06af #06bd14

#bd06af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd06af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd06af Color CSS Codes

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

#bd06af Text Font Color

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

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


#bd06af Background Color

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

This div background color is #bd06af


#bd06af Border Color

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

This div border color is #bd06af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd06af


Comments

No comments written yet.

Please login to write comment.