Color Hex Logo

#bc347c Color Hex

#BC347C
(188,52,124)
0 Favorites   0 Comments

Color spaces of #bc347c

RGB 18852124
HSL0.910.570.47
HSV328°72°74°
CMYK 0.000.720.34   0.26
XYZ25.605114.602620.5378
Yxy14.60260.42150.2404
Hunter Lab38.213352.7317-5.1161
CIE-Lab45.085059.6258-9.3804

#bc347c color RGB value is (188,52,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110100 01111100
Octal 274 64 174
Decimal 188 52 124
Hex BC 34 7C

RGB Percentages of Color #bc347c

%51.65
%14.29
%34.07

CMYK Percentages of Color #bc347c

%0
%72
%34
%26

Triadic Colors of #bc347c

#bc347c #7cbc34 #347cbc

Analogous Colors of #bc347c

#bc347c #bc3438 #b834bc

Monochromatic Colors of #bc347c

#bc347c

Complementary Color

#bc347c #34bc74

#bc347c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc347c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc347c Color CSS Codes

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

#bc347c Text Font Color

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

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


#bc347c Background Color

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

This div background color is #bc347c


#bc347c Border Color

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

This div border color is #bc347c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,52,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 #bc347c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc347c


Comments

No comments written yet.

Please login to write comment.