Color Hex Logo

#bc595f Color Hex

#BC595F
(188,89,95)
0 Favorites   0 Comments

Color spaces of #bc595f

RGB 1888995
HSL0.990.420.54
HSV356°53°74°
CMYK 0.000.530.49   0.26
XYZ26.377018.662313.0384
Yxy18.66230.45420.3213
Hunter Lab43.199933.388812.3453
CIE-Lab50.289740.404515.7136

#bc595f color RGB value is (188,89,95).

#bc595f hex color red value is 188, green value is 89 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bc595f hue: 0.99 , saturation: 0.42 and the lightness value of bc595f is 0.54.

The process color (four color CMYK) of #bc595f color hex is 0.00, 0.53, 0.49, 0.26. Web safe color of #bc595f is #cc6666. Color #bc595f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 01011111
Octal 274 131 137
Decimal 188 89 95
Hex BC 59 5F

RGB Percentages of Color #bc595f

%50.54
%23.92
%25.54

CMYK Percentages of Color #bc595f

%0
%53
%49
%26

Triadic Colors of #bc595f

#bc595f #5fbc59 #595fbc

Analogous Colors of #bc595f

#bc595f #bc8559 #bc5991

Monochromatic Colors of #bc595f

#bc595f

Complementary Color

#bc595f #59bcb6

#bc595f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc595f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc595f Color CSS Codes

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

#bc595f Text Font Color

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

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


#bc595f Background Color

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

This div background color is #bc595f


#bc595f Border Color

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

This div border color is #bc595f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc595f


Comments

No comments written yet.

Please login to write comment.