Color Hex Logo

#bf50cc Color Hex

#BF50CC
(191,80,204)
0 Favorites   0 Comments

Color spaces of #bf50cc

RGB 19180204
HSL0.820.550.56
HSV294°61°80°
CMYK 0.060.610.00   0.20
XYZ35.253621.173359.3555
Yxy21.17330.30450.1829
Hunter Lab46.014556.2310-44.2699
CIE-Lab53.138661.2344-44.1747

#bf50cc color RGB value is (191,80,204).

#bf50cc hex color red value is 191, green value is 80 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bf50cc hue: 0.82 , saturation: 0.55 and the lightness value of bf50cc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010000 11001100
Octal 277 120 314
Decimal 191 80 204
Hex BF 50 CC

RGB Percentages of Color #bf50cc

%40.21
%16.84
%42.95

CMYK Percentages of Color #bf50cc

%6
%61
%0
%20

Triadic Colors of #bf50cc

#bf50cc #ccbf50 #50ccbf

Analogous Colors of #bf50cc

#bf50cc #cc509b #8150cc

Monochromatic Colors of #bf50cc

#bf50cc

Complementary Color

#bf50cc #5dcc50

#bf50cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf50cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf50cc Color CSS Codes

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

#bf50cc Text Font Color

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

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


#bf50cc Background Color

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

This div background color is #bf50cc


#bf50cc Border Color

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

This div border color is #bf50cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf50cc


Comments

No comments written yet.

Please login to write comment.