Color Hex Logo

#bf57cc Color Hex

#BF57CC
(191,87,204)
0 Favorites   0 Comments

Color spaces of #bf57cc

RGB 19187204
HSL0.810.530.57
HSV293°57°80°
CMYK 0.060.570.00   0.20
XYZ35.793122.252459.5354
Yxy22.25240.30440.1893
Hunter Lab47.172452.8889-41.8080
CIE-Lab54.293858.0786-42.3480

#bf57cc color RGB value is (191,87,204).

#bf57cc hex color red value is 191, green value is 87 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bf57cc hue: 0.81 , saturation: 0.53 and the lightness value of bf57cc is 0.57.

The process color (four color CMYK) of #bf57cc color hex is 0.06, 0.57, 0.00, 0.20. Web safe color of #bf57cc is #cc66cc. Color #bf57cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010111 11001100
Octal 277 127 314
Decimal 191 87 204
Hex BF 57 CC

RGB Percentages of Color #bf57cc

%39.63
%18.05
%42.32

CMYK Percentages of Color #bf57cc

%6
%57
%0
%20

Triadic Colors of #bf57cc

#bf57cc #ccbf57 #57ccbf

Analogous Colors of #bf57cc

#bf57cc #cc579f #8557cc

Monochromatic Colors of #bf57cc

#bf57cc

Complementary Color

#bf57cc #64cc57

#bf57cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf57cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf57cc Color CSS Codes

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

#bf57cc Text Font Color

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

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


#bf57cc Background Color

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

This div background color is #bf57cc


#bf57cc Border Color

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

This div border color is #bf57cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf57cc


Comments

No comments written yet.

Please login to write comment.