Color Hex Logo

#bf5cdb Color Hex

#BF5CDB
(191,92,219)
0 Favorites   0 Comments

Color spaces of #bf5cdb

RGB 19192219
HSL0.800.640.61
HSV287°58°86°
CMYK 0.130.580.00   0.14
XYZ38.099223.845169.6124
Yxy23.84510.28960.1813
Hunter Lab48.831453.8140-50.3397
CIE-Lab55.932458.6093-48.2735

#bf5cdb color RGB value is (191,92,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011100 11011011
Octal 277 134 333
Decimal 191 92 219
Hex BF 5C DB

RGB Percentages of Color #bf5cdb

%38.05
%18.33
%43.63

CMYK Percentages of Color #bf5cdb

%13
%58
%0
%14

Triadic Colors of #bf5cdb

#bf5cdb #dbbf5c #5cdbbf

Analogous Colors of #bf5cdb

#bf5cdb #db5cb8 #805cdb

Monochromatic Colors of #bf5cdb

#bf5cdb

Complementary Color

#bf5cdb #78db5c

#bf5cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf5cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf5cdb Color CSS Codes

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

#bf5cdb Text Font Color

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

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


#bf5cdb Background Color

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

This div background color is #bf5cdb


#bf5cdb Border Color

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

This div border color is #bf5cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf5cdb


Comments

No comments written yet.

Please login to write comment.