Color Hex Logo

#bf6f83 Color Hex

#BF6F83
(191,111,131)
0 Favorites   0 Comments

Color spaces of #bf6f83

RGB 191111131
HSL0.960.380.59
HSV345°42°75°
CMYK 0.000.420.31   0.25
XYZ31.267024.083924.4734
Yxy24.08390.39170.3017
Hunter Lab49.075427.84454.7854
CIE-Lab56.171734.07412.8318

#bf6f83 color RGB value is (191,111,131).

#bf6f83 hex color red value is 191, green value is 111 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bf6f83 hue: 0.96 , saturation: 0.38 and the lightness value of bf6f83 is 0.59.

The process color (four color CMYK) of #bf6f83 color hex is 0.00, 0.42, 0.31, 0.25. Web safe color of #bf6f83 is #cc6699. Color #bf6f83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101111 10000011
Octal 277 157 203
Decimal 191 111 131
Hex BF 6F 83

RGB Percentages of Color #bf6f83

%44.11
%25.64
%30.25

CMYK Percentages of Color #bf6f83

%0
%42
%31
%25

Triadic Colors of #bf6f83

#bf6f83 #83bf6f #6f83bf

Analogous Colors of #bf6f83

#bf6f83 #bf836f #bf6fab

Monochromatic Colors of #bf6f83

#bf6f83

Complementary Color

#bf6f83 #6fbfab

#bf6f83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6f83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6f83 Color CSS Codes

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

#bf6f83 Text Font Color

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

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


#bf6f83 Background Color

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

This div background color is #bf6f83


#bf6f83 Border Color

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

This div border color is #bf6f83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6f83


Comments

No comments written yet.

Please login to write comment.