Color Hex Logo

#bd06df Color Hex

#BD06DF
(189,6,223)
0 Favorites   0 Comments

Color spaces of #bd06df

RGB 1896223
HSL0.810.950.45
HSV291°97°87°
CMYK 0.150.970.00   0.13
XYZ34.370716.276871.1422
Yxy16.27680.28220.1336
Hunter Lab40.344581.4666-76.3089
CIE-Lab47.335683.2233-64.3485

#bd06df color RGB value is (189,6,223).

#bd06df hex color red value is 189, green value is 6 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bd06df hue: 0.81 , saturation: 0.95 and the lightness value of bd06df is 0.45.

The process color (four color CMYK) of #bd06df color hex is 0.15, 0.97, 0.00, 0.13. Web safe color of #bd06df is #cc00cc. Color #bd06df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000110 11011111
Octal 275 6 337
Decimal 189 6 223
Hex BD 6 DF

RGB Percentages of Color #bd06df

%45.22
%1.44
%53.35

CMYK Percentages of Color #bd06df

%15
%97
%0
%13

Triadic Colors of #bd06df

#bd06df #dfbd06 #06dfbd

Analogous Colors of #bd06df

#bd06df #df0695 #5006df

Monochromatic Colors of #bd06df

#bd06df

Complementary Color

#bd06df #28df06

#bd06df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd06df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd06df Color CSS Codes

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

#bd06df Text Font Color

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

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


#bd06df Background Color

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

This div background color is #bd06df


#bd06df Border Color

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

This div border color is #bd06df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd06df


Comments

No comments written yet.

Please login to write comment.