Color Hex Logo

#bc355b Color Hex

#BC355B
(188,53,91)
0 Favorites   0 Comments

Color spaces of #bc355b

RGB 1885391
HSL0.950.560.47
HSV343°72°74°
CMYK 0.000.720.52   0.26
XYZ23.900513.992911.3387
Yxy13.99290.48550.2842
Hunter Lab37.407148.58668.2132
CIE-Lab44.222756.01139.7378

#bc355b color RGB value is (188,53,91).

#bc355b hex color red value is 188, green value is 53 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bc355b hue: 0.95 , saturation: 0.56 and the lightness value of bc355b is 0.47.

The process color (four color CMYK) of #bc355b color hex is 0.00, 0.72, 0.52, 0.26. Web safe color of #bc355b is #cc3366. Color #bc355b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110101 01011011
Octal 274 65 133
Decimal 188 53 91
Hex BC 35 5B

RGB Percentages of Color #bc355b

%56.63
%15.96
%27.41

CMYK Percentages of Color #bc355b

%0
%72
%52
%26

Triadic Colors of #bc355b

#bc355b #5bbc35 #355bbc

Analogous Colors of #bc355b

#bc355b #bc5335 #bc359f

Monochromatic Colors of #bc355b

#bc355b

Complementary Color

#bc355b #35bc96

#bc355b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc355b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc355b Color CSS Codes

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

#bc355b Text Font Color

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

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


#bc355b Background Color

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

This div background color is #bc355b


#bc355b Border Color

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

This div border color is #bc355b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc355b

#bc355b Color Palettes


Comments

No comments written yet.

Please login to write comment.