Color Hex Logo

#bf066d Color Hex

#BF066D
(191,6,109)
0 Favorites   0 Comments

Color spaces of #bf066d

RGB 1916109
HSL0.910.940.39
HSV327°97°75°
CMYK 0.000.970.43   0.25
XYZ24.311312.310715.5629
Yxy12.31070.46590.2359
Hunter Lab35.086662.2800-1.7379
CIE-Lab41.705768.6584-5.0773

#bf066d color RGB value is (191,6,109).

#bf066d hex color red value is 191, green value is 6 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bf066d hue: 0.91 , saturation: 0.94 and the lightness value of bf066d is 0.39.

The process color (four color CMYK) of #bf066d color hex is 0.00, 0.97, 0.43, 0.25. Web safe color of #bf066d is #cc0066. Color #bf066d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00000110 01101101
Octal 277 6 155
Decimal 191 6 109
Hex BF 6 6D

RGB Percentages of Color #bf066d

%62.42
%1.96
%35.62

CMYK Percentages of Color #bf066d

%0
%97
%43
%25

Triadic Colors of #bf066d

#bf066d #6dbf06 #066dbf

Analogous Colors of #bf066d

#bf066d #bf0610 #b506bf

Monochromatic Colors of #bf066d

#bf066d

Complementary Color

#bf066d #06bf58

#bf066d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf066d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf066d Color CSS Codes

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

#bf066d Text Font Color

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

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


#bf066d Background Color

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

This div background color is #bf066d


#bf066d Border Color

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

This div border color is #bf066d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf066d


Comments

No comments written yet.

Please login to write comment.