Color Hex Logo

#bf66cb Color Hex

#BF66CB
(191,102,203)
0 Favorites   0 Comments

Color spaces of #bf66cb

RGB 191102203
HSL0.810.490.60
HSV293°50°80°
CMYK 0.060.500.00   0.20
XYZ37.016724.890959.3533
Yxy24.89090.30530.2053
Hunter Lab49.890845.1301-35.6117
CIE-Lab56.969050.6161-37.5687

#bf66cb color RGB value is (191,102,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100110 11001011
Octal 277 146 313
Decimal 191 102 203
Hex BF 66 CB

RGB Percentages of Color #bf66cb

%38.51
%20.56
%40.93

CMYK Percentages of Color #bf66cb

%6
%50
%0
%20

Triadic Colors of #bf66cb

#bf66cb #cbbf66 #66cbbf

Analogous Colors of #bf66cb

#bf66cb #cb66a5 #8d66cb

Monochromatic Colors of #bf66cb

#bf66cb

Complementary Color

#bf66cb #72cb66

#bf66cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf66cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf66cb Color CSS Codes

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

#bf66cb Text Font Color

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

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


#bf66cb Background Color

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

This div background color is #bf66cb


#bf66cb Border Color

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

This div border color is #bf66cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf66cb


Comments

No comments written yet.

Please login to write comment.