Color Hex Logo

#bc626d Color Hex

#BC626D
(188,98,109)
0 Favorites   0 Comments

Color spaces of #bc626d

RGB 18898109
HSL0.980.400.56
HSV353°48°74°
CMYK 0.000.480.42   0.26
XYZ27.867020.530916.9621
Yxy20.53090.42640.3141
Hunter Lab45.311030.48609.5226
CIE-Lab52.432237.198610.3723

#bc626d color RGB value is (188,98,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100010 01101101
Octal 274 142 155
Decimal 188 98 109
Hex BC 62 6D

RGB Percentages of Color #bc626d

%47.59
%24.81
%27.59

CMYK Percentages of Color #bc626d

%0
%48
%42
%26

Triadic Colors of #bc626d

#bc626d #6dbc62 #626dbc

Analogous Colors of #bc626d

#bc626d #bc8462 #bc629a

Monochromatic Colors of #bc626d

#bc626d

Complementary Color

#bc626d #62bcb1

#bc626d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc626d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc626d Color CSS Codes

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

#bc626d Text Font Color

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

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


#bc626d Background Color

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

This div background color is #bc626d


#bc626d Border Color

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

This div border color is #bc626d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc626d


Comments

No comments written yet.

Please login to write comment.