Color Hex Logo

#bf627b Color Hex

#BF627B
(191,98,123)
0 Favorites   0 Comments

Color spaces of #bf627b

RGB 19198123
HSL0.960.420.57
HSV344°49°75°
CMYK 0.000.490.36   0.25
XYZ29.428721.241821.2879
Yxy21.24180.40900.2952
Hunter Lab46.088833.32064.8768
CIE-Lab53.213139.92523.2538

#bf627b color RGB value is (191,98,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100010 01111011
Octal 277 142 173
Decimal 191 98 123
Hex BF 62 7B

RGB Percentages of Color #bf627b

%46.36
%23.79
%29.85

CMYK Percentages of Color #bf627b

%0
%49
%36
%25

Triadic Colors of #bf627b

#bf627b #7bbf62 #627bbf

Analogous Colors of #bf627b

#bf627b #bf7862 #bf62aa

Monochromatic Colors of #bf627b

#bf627b

Complementary Color

#bf627b #62bfa6

#bf627b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf627b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf627b Color CSS Codes

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

#bf627b Text Font Color

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

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


#bf627b Background Color

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

This div background color is #bf627b


#bf627b Border Color

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

This div border color is #bf627b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf627b


Comments

No comments written yet.

Please login to write comment.