Color Hex Logo

#bf627e Color Hex

#BF627E
(191,98,126)
0 Favorites   0 Comments

Color spaces of #bf627e

RGB 19198126
HSL0.950.420.57
HSV342°49°75°
CMYK 0.000.490.34   0.25
XYZ29.619421.318122.2924
Yxy21.31810.40450.2911
Hunter Lab46.171533.70903.6938
CIE-Lab53.295940.29751.5987

#bf627e color RGB value is (191,98,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100010 01111110
Octal 277 142 176
Decimal 191 98 126
Hex BF 62 7E

RGB Percentages of Color #bf627e

%46.02
%23.61
%30.36

CMYK Percentages of Color #bf627e

%0
%49
%34
%25

Triadic Colors of #bf627e

#bf627e #7ebf62 #627ebf

Analogous Colors of #bf627e

#bf627e #bf7562 #bf62ad

Monochromatic Colors of #bf627e

#bf627e

Complementary Color

#bf627e #62bfa3

#bf627e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf627e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf627e Color CSS Codes

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

#bf627e Text Font Color

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

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


#bf627e Background Color

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

This div background color is #bf627e


#bf627e Border Color

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

This div border color is #bf627e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf627e


Comments

No comments written yet.

Please login to write comment.