Color Hex Logo

#bd6acf Color Hex

#BD6ACF
(189,106,207)
0 Favorites   0 Comments

Color spaces of #bd6acf

RGB 189106207
HSL0.800.510.61
HSV289°49°81°
CMYK 0.090.490.00   0.19
XYZ37.402825.631962.0076
Yxy25.63190.29910.2050
Hunter Lab50.628043.2729-37.1770
CIE-Lab57.686048.7906-38.7324

#bd6acf color RGB value is (189,106,207).

#bd6acf hex color red value is 189, green value is 106 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bd6acf hue: 0.80 , saturation: 0.51 and the lightness value of bd6acf is 0.61.

The process color (four color CMYK) of #bd6acf color hex is 0.09, 0.49, 0.00, 0.19. Web safe color of #bd6acf is #cc66cc. Color #bd6acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101010 11001111
Octal 275 152 317
Decimal 189 106 207
Hex BD 6A CF

RGB Percentages of Color #bd6acf

%37.65
%21.12
%41.24

CMYK Percentages of Color #bd6acf

%9
%49
%0
%19

Triadic Colors of #bd6acf

#bd6acf #cfbd6a #6acfbd

Analogous Colors of #bd6acf

#bd6acf #cf6aaf #8b6acf

Monochromatic Colors of #bd6acf

#bd6acf

Complementary Color

#bd6acf #7ccf6a

#bd6acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6acf Color CSS Codes

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

#bd6acf Text Font Color

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

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


#bd6acf Background Color

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

This div background color is #bd6acf


#bd6acf Border Color

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

This div border color is #bd6acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6acf


Comments

No comments written yet.

Please login to write comment.