Color Hex Logo

#bf66cd Color Hex

#BF66CD
(191,102,205)
0 Favorites   0 Comments

Color spaces of #bf66cd

RGB 191102205
HSL0.810.510.60
HSV292°50°80°
CMYK 0.070.500.00   0.20
XYZ37.256724.986960.6169
Yxy24.98690.30320.2034
Hunter Lab49.986945.5642-36.9075
CIE-Lab57.062750.9997-38.5584

#bf66cd color RGB value is (191,102,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100110 11001101
Octal 277 146 315
Decimal 191 102 205
Hex BF 66 CD

RGB Percentages of Color #bf66cd

%38.35
%20.48
%41.16

CMYK Percentages of Color #bf66cd

%7
%50
%0
%20

Triadic Colors of #bf66cd

#bf66cd #cdbf66 #66cdbf

Analogous Colors of #bf66cd

#bf66cd #cd66a8 #8c66cd

Monochromatic Colors of #bf66cd

#bf66cd

Complementary Color

#bf66cd #74cd66

#bf66cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf66cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf66cd Color CSS Codes

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

#bf66cd Text Font Color

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

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


#bf66cd Background Color

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

This div background color is #bf66cd


#bf66cd Border Color

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

This div border color is #bf66cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf66cd


Comments

No comments written yet.

Please login to write comment.