Color Hex Logo

#bf59dd Color Hex

#BF59DD
(191,89,221)
0 Favorites   0 Comments

Color spaces of #bf59dd

RGB 19189221
HSL0.800.660.61
HSV286°60°87°
CMYK 0.140.600.00   0.13
XYZ38.109423.441670.9227
Yxy23.44160.28770.1770
Hunter Lab48.416555.7712-52.9591
CIE-Lab55.524360.4011-50.0513

#bf59dd color RGB value is (191,89,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011001 11011101
Octal 277 131 335
Decimal 191 89 221
Hex BF 59 DD

RGB Percentages of Color #bf59dd

%38.12
%17.76
%44.11

CMYK Percentages of Color #bf59dd

%14
%60
%0
%13

Triadic Colors of #bf59dd

#bf59dd #ddbf59 #59ddbf

Analogous Colors of #bf59dd

#bf59dd #dd59b9 #7d59dd

Monochromatic Colors of #bf59dd

#bf59dd

Complementary Color

#bf59dd #77dd59

#bf59dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf59dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf59dd Color CSS Codes

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

#bf59dd Text Font Color

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

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


#bf59dd Background Color

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

This div background color is #bf59dd


#bf59dd Border Color

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

This div border color is #bf59dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf59dd


Comments

No comments written yet.

Please login to write comment.