Color Hex Logo

#bf648d Color Hex

#BF648D
(191,100,141)
0 Favorites   0 Comments

Color spaces of #bf648d

RGB 191100141
HSL0.920.420.57
HSV333°48°75°
CMYK 0.000.480.26   0.25
XYZ30.850722.113827.8417
Yxy22.11380.38180.2737
Hunter Lab47.025334.8097-2.1854
CIE-Lab54.147541.2603-5.9989

#bf648d color RGB value is (191,100,141).

#bf648d hex color red value is 191, green value is 100 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bf648d hue: 0.92 , saturation: 0.42 and the lightness value of bf648d is 0.57.

The process color (four color CMYK) of #bf648d color hex is 0.00, 0.48, 0.26, 0.25. Web safe color of #bf648d is #cc6699. Color #bf648d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100100 10001101
Octal 277 144 215
Decimal 191 100 141
Hex BF 64 8D

RGB Percentages of Color #bf648d

%44.21
%23.15
%32.64

CMYK Percentages of Color #bf648d

%0
%48
%26
%25

Triadic Colors of #bf648d

#bf648d #8dbf64 #648dbf

Analogous Colors of #bf648d

#bf648d #bf6964 #bf64bb

Monochromatic Colors of #bf648d

#bf648d

Complementary Color

#bf648d #64bf96

#bf648d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf648d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf648d Color CSS Codes

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

#bf648d Text Font Color

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

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


#bf648d Background Color

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

This div background color is #bf648d


#bf648d Border Color

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

This div border color is #bf648d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf648d


Comments

No comments written yet.

Please login to write comment.