Color Hex Logo

#bf627a Color Hex

#BF627A
(191,98,122)
0 Favorites   0 Comments

Color spaces of #bf627a

RGB 19198122
HSL0.960.420.57
HSV345°49°75°
CMYK 0.000.490.36   0.25
XYZ29.366421.216920.9598
Yxy21.21690.41050.2966
Hunter Lab46.061833.19335.2642
CIE-Lab53.186139.80293.8066

#bf627a color RGB value is (191,98,122).

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

The process color (four color CMYK) of #bf627a color hex is 0.00, 0.49, 0.36, 0.25. Web safe color of #bf627a is #cc6666. Color #bf627a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100010 01111010
Octal 277 142 172
Decimal 191 98 122
Hex BF 62 7A

RGB Percentages of Color #bf627a

%46.47
%23.84
%29.68

CMYK Percentages of Color #bf627a

%0
%49
%36
%25

Triadic Colors of #bf627a

#bf627a #7abf62 #627abf

Analogous Colors of #bf627a

#bf627a #bf7962 #bf62a9

Monochromatic Colors of #bf627a

#bf627a

Complementary Color

#bf627a #62bfa7

#bf627a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf627a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf627a Color CSS Codes

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

#bf627a Text Font Color

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

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


#bf627a Background Color

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

This div background color is #bf627a


#bf627a Border Color

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

This div border color is #bf627a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf627a


Comments

No comments written yet.

Please login to write comment.