Color Hex Logo

#bf7adb Color Hex

#BF7ADB
(191,122,219)
0 Favorites   0 Comments

Color spaces of #bf7adb

RGB 191122219
HSL0.790.570.67
HSV283°44°86°
CMYK 0.130.440.00   0.14
XYZ41.231630.109970.6565
Yxy30.10990.29040.2120
Hunter Lab54.872538.0994-37.9340
CIE-Lab61.748943.3765-39.1021

#bf7adb color RGB value is (191,122,219).

#bf7adb hex color red value is 191, green value is 122 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bf7adb hue: 0.79 , saturation: 0.57 and the lightness value of bf7adb is 0.67.

The process color (four color CMYK) of #bf7adb color hex is 0.13, 0.44, 0.00, 0.14. Web safe color of #bf7adb is #cc66cc. Color #bf7adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111010 11011011
Octal 277 172 333
Decimal 191 122 219
Hex BF 7A DB

RGB Percentages of Color #bf7adb

%35.90
%22.93
%41.17

CMYK Percentages of Color #bf7adb

%13
%44
%0
%14

Triadic Colors of #bf7adb

#bf7adb #dbbf7a #7adbbf

Analogous Colors of #bf7adb

#bf7adb #db7ac7 #8f7adb

Monochromatic Colors of #bf7adb

#bf7adb

Complementary Color

#bf7adb #96db7a

#bf7adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7adb Color CSS Codes

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

#bf7adb Text Font Color

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

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


#bf7adb Background Color

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

This div background color is #bf7adb


#bf7adb Border Color

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

This div border color is #bf7adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7adb


Comments

No comments written yet.

Please login to write comment.