Color Hex Logo

#bc357c Color Hex

#BC357C
(188,53,124)
0 Favorites   0 Comments

Color spaces of #bc357c

RGB 18853124
HSL0.910.560.47
HSV328°72°74°
CMYK 0.000.720.34   0.26
XYZ25.650214.692820.5529
Yxy14.69280.42120.2413
Hunter Lab38.331252.3678-4.9590
CIE-Lab45.210559.2743-9.1921

#bc357c color RGB value is (188,53,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110101 01111100
Octal 274 65 174
Decimal 188 53 124
Hex BC 35 7C

RGB Percentages of Color #bc357c

%51.51
%14.52
%33.97

CMYK Percentages of Color #bc357c

%0
%72
%34
%26

Triadic Colors of #bc357c

#bc357c #7cbc35 #357cbc

Analogous Colors of #bc357c

#bc357c #bc3539 #b935bc

Monochromatic Colors of #bc357c

#bc357c

Complementary Color

#bc357c #35bc75

#bc357c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc357c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc357c Color CSS Codes

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

#bc357c Text Font Color

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

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


#bc357c Background Color

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

This div background color is #bc357c


#bc357c Border Color

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

This div border color is #bc357c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc357c


Comments

No comments written yet.

Please login to write comment.