Color Hex Logo

#bf57dc Color Hex

#BF57DC
(191,87,220)
0 Favorites   0 Comments

Color spaces of #bf57dc

RGB 19187220
HSL0.800.660.60
HSV287°60°86°
CMYK 0.130.600.00   0.14
XYZ37.812323.060170.1683
Yxy23.06010.28860.1760
Hunter Lab48.020956.5166-53.0200
CIE-Lab55.134261.1221-50.1071

#bf57dc color RGB value is (191,87,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010111 11011100
Octal 277 127 334
Decimal 191 87 220
Hex BF 57 DC

RGB Percentages of Color #bf57dc

%38.35
%17.47
%44.18

CMYK Percentages of Color #bf57dc

%13
%60
%0
%14

Triadic Colors of #bf57dc

#bf57dc #dcbf57 #57dcbf

Analogous Colors of #bf57dc

#bf57dc #dc57b7 #7d57dc

Monochromatic Colors of #bf57dc

#bf57dc

Complementary Color

#bf57dc #74dc57

#bf57dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf57dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf57dc Color CSS Codes

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

#bf57dc Text Font Color

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

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


#bf57dc Background Color

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

This div background color is #bf57dc


#bf57dc Border Color

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

This div border color is #bf57dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf57dc


Comments

No comments written yet.

Please login to write comment.