Color Hex Logo

#bf53dd Color Hex

#BF53DD
(191,83,221)
0 Favorites   0 Comments

Color spaces of #bf53dd

RGB 19183221
HSL0.800.670.60
HSV287°62°87°
CMYK 0.140.620.00   0.13
XYZ37.630322.483370.7630
Yxy22.48330.28750.1718
Hunter Lab47.416658.6806-55.2910
CIE-Lab54.536163.1092-51.6249

#bf53dd color RGB value is (191,83,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010011 11011101
Octal 277 123 335
Decimal 191 83 221
Hex BF 53 DD

RGB Percentages of Color #bf53dd

%38.59
%16.77
%44.65

CMYK Percentages of Color #bf53dd

%14
%62
%0
%13

Triadic Colors of #bf53dd

#bf53dd #ddbf53 #53ddbf

Analogous Colors of #bf53dd

#bf53dd #dd53b6 #7a53dd

Monochromatic Colors of #bf53dd

#bf53dd

Complementary Color

#bf53dd #71dd53

#bf53dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf53dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf53dd Color CSS Codes

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

#bf53dd Text Font Color

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

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


#bf53dd Background Color

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

This div background color is #bf53dd


#bf53dd Border Color

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

This div border color is #bf53dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf53dd


Comments

No comments written yet.

Please login to write comment.