Color Hex Logo

#bf5ddb Color Hex

#BF5DDB
(191,93,219)
0 Favorites   0 Comments

Color spaces of #bf5ddb

RGB 19193219
HSL0.800.640.61
HSV287°58°86°
CMYK 0.130.580.00   0.14
XYZ38.186424.019569.6414
Yxy24.01950.28960.1822
Hunter Lab49.009753.3131-49.9426
CIE-Lab56.107358.1363-47.9958

#bf5ddb color RGB value is (191,93,219).

#bf5ddb hex color red value is 191, green value is 93 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bf5ddb hue: 0.80 , saturation: 0.64 and the lightness value of bf5ddb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011101 11011011
Octal 277 135 333
Decimal 191 93 219
Hex BF 5D DB

RGB Percentages of Color #bf5ddb

%37.97
%18.49
%43.54

CMYK Percentages of Color #bf5ddb

%13
%58
%0
%14

Triadic Colors of #bf5ddb

#bf5ddb #dbbf5d #5ddbbf

Analogous Colors of #bf5ddb

#bf5ddb #db5db8 #805ddb

Monochromatic Colors of #bf5ddb

#bf5ddb

Complementary Color

#bf5ddb #79db5d

#bf5ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf5ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf5ddb Color CSS Codes

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

#bf5ddb Text Font Color

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

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


#bf5ddb Background Color

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

This div background color is #bf5ddb


#bf5ddb Border Color

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

This div border color is #bf5ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,93,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 #bf5ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf5ddb


Comments

No comments written yet.

Please login to write comment.