Color Hex Logo

#bc395d Color Hex

#BC395D
(188,57,93)
0 Favorites   0 Comments

Color spaces of #bc395d

RGB 1885793
HSL0.950.530.48
HSV344°70°74°
CMYK 0.000.700.51   0.26
XYZ24.177914.407911.8626
Yxy14.40790.47930.2856
Hunter Lab37.957747.27298.0410
CIE-Lab44.812354.68649.3269

#bc395d color RGB value is (188,57,93).

#bc395d hex color red value is 188, green value is 57 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bc395d hue: 0.95 , saturation: 0.53 and the lightness value of bc395d is 0.48.

The process color (four color CMYK) of #bc395d color hex is 0.00, 0.70, 0.51, 0.26. Web safe color of #bc395d is #cc3366. Color #bc395d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111001 01011101
Octal 274 71 135
Decimal 188 57 93
Hex BC 39 5D

RGB Percentages of Color #bc395d

%55.62
%16.86
%27.51

CMYK Percentages of Color #bc395d

%0
%70
%51
%26

Triadic Colors of #bc395d

#bc395d #5dbc39 #395dbc

Analogous Colors of #bc395d

#bc395d #bc5639 #bc399f

Monochromatic Colors of #bc395d

#bc395d

Complementary Color

#bc395d #39bc98

#bc395d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc395d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc395d Color CSS Codes

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

#bc395d Text Font Color

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

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


#bc395d Background Color

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

This div background color is #bc395d


#bc395d Border Color

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

This div border color is #bc395d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc395d


Comments

No comments written yet.

Please login to write comment.