Color Hex Logo

#bc626f Color Hex

#BC626F
(188,98,111)
0 Favorites   0 Comments

Color spaces of #bc626f

RGB 18898111
HSL0.980.400.56
HSV351°48°74°
CMYK 0.000.480.41   0.26
XYZ27.976020.574417.5357
Yxy20.57440.42330.3113
Hunter Lab45.359030.71498.8299
CIE-Lab52.480537.42299.2560

#bc626f color RGB value is (188,98,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100010 01101111
Octal 274 142 157
Decimal 188 98 111
Hex BC 62 6F

RGB Percentages of Color #bc626f

%47.36
%24.69
%27.96

CMYK Percentages of Color #bc626f

%0
%48
%41
%26

Triadic Colors of #bc626f

#bc626f #6fbc62 #626fbc

Analogous Colors of #bc626f

#bc626f #bc8262 #bc629c

Monochromatic Colors of #bc626f

#bc626f

Complementary Color

#bc626f #62bcaf

#bc626f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc626f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc626f Color CSS Codes

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

#bc626f Text Font Color

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

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


#bc626f Background Color

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

This div background color is #bc626f


#bc626f Border Color

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

This div border color is #bc626f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc626f


Comments

No comments written yet.

Please login to write comment.