Color Hex Logo

#bf77cd Color Hex

#BF77CD
(191,119,205)
0 Favorites   0 Comments

Color spaces of #bf77cd

RGB 191119205
HSL0.810.460.64
HSV290°42°80°
CMYK 0.070.420.00   0.20
XYZ39.102128.677861.2321
Yxy28.67780.30310.2223
Hunter Lab53.551736.6209-30.3073
CIE-Lab60.496242.1444-33.1932

#bf77cd color RGB value is (191,119,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110111 11001101
Octal 277 167 315
Decimal 191 119 205
Hex BF 77 CD

RGB Percentages of Color #bf77cd

%37.09
%23.11
%39.81

CMYK Percentages of Color #bf77cd

%7
%42
%0
%20

Triadic Colors of #bf77cd

#bf77cd #cdbf77 #77cdbf

Analogous Colors of #bf77cd

#bf77cd #cd77b0 #9477cd

Monochromatic Colors of #bf77cd

#bf77cd

Complementary Color

#bf77cd #85cd77

#bf77cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf77cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf77cd Color CSS Codes

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

#bf77cd Text Font Color

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

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


#bf77cd Background Color

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

This div background color is #bf77cd


#bf77cd Border Color

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

This div border color is #bf77cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf77cd


Comments

No comments written yet.

Please login to write comment.