Color Hex Logo

#bc627f Color Hex

#BC627F
(188,98,127)
0 Favorites   0 Comments

Color spaces of #bc627f

RGB 18898127
HSL0.950.400.56
HSV341°48°74°
CMYK 0.000.480.32   0.26
XYZ28.937520.959022.5990
Yxy20.95900.39920.2891
Hunter Lab45.781032.71052.7792
CIE-Lab52.904639.36250.3861

#bc627f color RGB value is (188,98,127).

#bc627f hex color red value is 188, green value is 98 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bc627f hue: 0.95 , saturation: 0.40 and the lightness value of bc627f is 0.56.

The process color (four color CMYK) of #bc627f color hex is 0.00, 0.48, 0.32, 0.26. Web safe color of #bc627f is #cc6666. Color #bc627f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100010 01111111
Octal 274 142 177
Decimal 188 98 127
Hex BC 62 7F

RGB Percentages of Color #bc627f

%45.52
%23.73
%30.75

CMYK Percentages of Color #bc627f

%0
%48
%32
%26

Triadic Colors of #bc627f

#bc627f #7fbc62 #627fbc

Analogous Colors of #bc627f

#bc627f #bc7262 #bc62ac

Monochromatic Colors of #bc627f

#bc627f

Complementary Color

#bc627f #62bc9f

#bc627f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc627f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc627f Color CSS Codes

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

#bc627f Text Font Color

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

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


#bc627f Background Color

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

This div background color is #bc627f


#bc627f Border Color

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

This div border color is #bc627f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc627f


Comments

No comments written yet.

Please login to write comment.