Color Hex Logo

#bf6dca Color Hex

#BF6DCA
(191,109,202)
0 Favorites   0 Comments

Color spaces of #bf6dca

RGB 191109202
HSL0.810.470.61
HSV293°46°79°
CMYK 0.050.460.00   0.21
XYZ37.615226.277958.9667
Yxy26.27790.30620.2139
Hunter Lab51.262041.2719-32.3180
CIE-Lab58.299946.8367-34.9185

#bf6dca color RGB value is (191,109,202).

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

The process color (four color CMYK) of #bf6dca color hex is 0.05, 0.46, 0.00, 0.21. Web safe color of #bf6dca is #cc66cc. Color #bf6dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101101 11001010
Octal 277 155 312
Decimal 191 109 202
Hex BF 6D CA

RGB Percentages of Color #bf6dca

%38.05
%21.71
%40.24

CMYK Percentages of Color #bf6dca

%5
%46
%0
%21

Triadic Colors of #bf6dca

#bf6dca #cabf6d #6dcabf

Analogous Colors of #bf6dca

#bf6dca #ca6da7 #916dca

Monochromatic Colors of #bf6dca

#bf6dca

Complementary Color

#bf6dca #78ca6d

#bf6dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6dca Color CSS Codes

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

#bf6dca Text Font Color

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

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


#bf6dca Background Color

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

This div background color is #bf6dca


#bf6dca Border Color

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

This div border color is #bf6dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6dca


Comments

No comments written yet.

Please login to write comment.