Color Hex Logo

#bf58dd Color Hex

#BF58DD
(191,88,221)
0 Favorites   0 Comments

Color spaces of #bf58dd

RGB 19188221
HSL0.800.660.61
HSV286°60°87°
CMYK 0.140.600.00   0.13
XYZ38.026723.276370.8952
Yxy23.27630.28760.1761
Hunter Lab48.245556.2625-53.3528
CIE-Lab55.355860.8605-50.3195

#bf58dd color RGB value is (191,88,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011000 11011101
Octal 277 130 335
Decimal 191 88 221
Hex BF 58 DD

RGB Percentages of Color #bf58dd

%38.20
%17.60
%44.20

CMYK Percentages of Color #bf58dd

%14
%60
%0
%13

Triadic Colors of #bf58dd

#bf58dd #ddbf58 #58ddbf

Analogous Colors of #bf58dd

#bf58dd #dd58b9 #7d58dd

Monochromatic Colors of #bf58dd

#bf58dd

Complementary Color

#bf58dd #76dd58

#bf58dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf58dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf58dd Color CSS Codes

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

#bf58dd Text Font Color

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

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


#bf58dd Background Color

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

This div background color is #bf58dd


#bf58dd Border Color

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

This div border color is #bf58dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf58dd


Comments

No comments written yet.

Please login to write comment.