Color Hex Logo

#bf7ccb Color Hex

#BF7CCB
(191,124,203)
0 Favorites   0 Comments

Color spaces of #bf7ccb

RGB 191124203
HSL0.810.430.64
HSV291°39°80°
CMYK 0.060.390.00   0.20
XYZ39.473029.803560.1721
Yxy29.80350.30490.2302
Hunter Lab54.592633.5269-27.1348
CIE-Lab61.484339.0575-30.5315

#bf7ccb color RGB value is (191,124,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111100 11001011
Octal 277 174 313
Decimal 191 124 203
Hex BF 7C CB

RGB Percentages of Color #bf7ccb

%36.87
%23.94
%39.19

CMYK Percentages of Color #bf7ccb

%6
%39
%0
%20

Triadic Colors of #bf7ccb

#bf7ccb #cbbf7c #7ccbbf

Analogous Colors of #bf7ccb

#bf7ccb #cb7cb0 #987ccb

Monochromatic Colors of #bf7ccb

#bf7ccb

Complementary Color

#bf7ccb #88cb7c

#bf7ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7ccb Color CSS Codes

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

#bf7ccb Text Font Color

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

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


#bf7ccb Background Color

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

This div background color is #bf7ccb


#bf7ccb Border Color

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

This div border color is #bf7ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7ccb


Comments

No comments written yet.

Please login to write comment.