Color Hex Logo

#bf68cc Color Hex

#BF68CC
(191,104,204)
0 Favorites   0 Comments

Color spaces of #bf68cc

RGB 191104204
HSL0.810.500.60
HSV292°49°80°
CMYK 0.060.490.00   0.20
XYZ37.335325.336660.0494
Yxy25.33660.30420.2065
Hunter Lab50.335544.3116-35.4972
CIE-Lab57.401949.7945-37.4584

#bf68cc color RGB value is (191,104,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101000 11001100
Octal 277 150 314
Decimal 191 104 204
Hex BF 68 CC

RGB Percentages of Color #bf68cc

%38.28
%20.84
%40.88

CMYK Percentages of Color #bf68cc

%6
%49
%0
%20

Triadic Colors of #bf68cc

#bf68cc #ccbf68 #68ccbf

Analogous Colors of #bf68cc

#bf68cc #cc68a7 #8d68cc

Monochromatic Colors of #bf68cc

#bf68cc

Complementary Color

#bf68cc #75cc68

#bf68cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf68cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf68cc Color CSS Codes

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

#bf68cc Text Font Color

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

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


#bf68cc Background Color

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

This div background color is #bf68cc


#bf68cc Border Color

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

This div border color is #bf68cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf68cc


Comments

No comments written yet.

Please login to write comment.