Color Hex Logo

#bf619d Color Hex

#BF619D
(191,97,157)
0 Favorites   0 Comments

Color spaces of #bf619d

RGB 19197157
HSL0.890.420.56
HSV322°49°75°
CMYK 0.000.490.18   0.25
XYZ31.846422.060134.4778
Yxy22.06010.36030.2496
Hunter Lab46.968238.8362-10.6451
CIE-Lab54.090745.1629-15.4730

#bf619d color RGB value is (191,97,157).

#bf619d hex color red value is 191, green value is 97 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bf619d hue: 0.89 , saturation: 0.42 and the lightness value of bf619d is 0.56.

The process color (four color CMYK) of #bf619d color hex is 0.00, 0.49, 0.18, 0.25. Web safe color of #bf619d is #cc6699. Color #bf619d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100001 10011101
Octal 277 141 235
Decimal 191 97 157
Hex BF 61 9D

RGB Percentages of Color #bf619d

%42.92
%21.80
%35.28

CMYK Percentages of Color #bf619d

%0
%49
%18
%25

Triadic Colors of #bf619d

#bf619d #9dbf61 #619dbf

Analogous Colors of #bf619d

#bf619d #bf616e #b261bf

Monochromatic Colors of #bf619d

#bf619d

Complementary Color

#bf619d #61bf83

#bf619d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf619d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf619d Color CSS Codes

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

#bf619d Text Font Color

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

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


#bf619d Background Color

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

This div background color is #bf619d


#bf619d Border Color

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

This div border color is #bf619d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf619d


Comments

No comments written yet.

Please login to write comment.