Color Hex Logo

#bc3955 Color Hex

#BC3955
(188,57,85)
0 Favorites   0 Comments

Color spaces of #bc3955

RGB 1885785
HSL0.960.530.48
HSV347°70°74°
CMYK 0.000.700.55   0.26
XYZ23.841914.273510.0928
Yxy14.27350.49460.2961
Hunter Lab37.780346.530010.6072
CIE-Lab44.622654.029514.0082

#bc3955 color RGB value is (188,57,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111001 01010101
Octal 274 71 125
Decimal 188 57 85
Hex BC 39 55

RGB Percentages of Color #bc3955

%56.97
%17.27
%25.76

CMYK Percentages of Color #bc3955

%0
%70
%55
%26

Triadic Colors of #bc3955

#bc3955 #55bc39 #3955bc

Analogous Colors of #bc3955

#bc3955 #bc5f39 #bc3997

Monochromatic Colors of #bc3955

#bc3955

Complementary Color

#bc3955 #39bca0

#bc3955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3955 Color CSS Codes

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

#bc3955 Text Font Color

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

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


#bc3955 Background Color

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

This div background color is #bc3955


#bc3955 Border Color

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

This div border color is #bc3955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3955


Comments

No comments written yet.

Please login to write comment.