Color Hex Logo

#bf6acd Color Hex

#BF6ACD
(191,106,205)
0 Favorites   0 Comments

Color spaces of #bf6acd

RGB 191106205
HSL0.810.500.61
HSV292°48°80°
CMYK 0.070.480.00   0.20
XYZ37.659325.792260.7511
Yxy25.79220.30320.2077
Hunter Lab50.786043.4874-35.3735
CIE-Lab57.839348.9655-37.3408

#bf6acd color RGB value is (191,106,205).

#bf6acd hex color red value is 191, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bf6acd hue: 0.81 , saturation: 0.50 and the lightness value of bf6acd is 0.61.

The process color (four color CMYK) of #bf6acd color hex is 0.07, 0.48, 0.00, 0.20. Web safe color of #bf6acd is #cc66cc. Color #bf6acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101010 11001101
Octal 277 152 315
Decimal 191 106 205
Hex BF 6A CD

RGB Percentages of Color #bf6acd

%38.05
%21.12
%40.84

CMYK Percentages of Color #bf6acd

%7
%48
%0
%20

Triadic Colors of #bf6acd

#bf6acd #cdbf6a #6acdbf

Analogous Colors of #bf6acd

#bf6acd #cd6aaa #8e6acd

Monochromatic Colors of #bf6acd

#bf6acd

Complementary Color

#bf6acd #78cd6a

#bf6acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6acd Color CSS Codes

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

#bf6acd Text Font Color

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

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


#bf6acd Background Color

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

This div background color is #bf6acd


#bf6acd Border Color

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

This div border color is #bf6acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6acd


Comments

No comments written yet.

Please login to write comment.