Color Hex Logo

#bc349b Color Hex

#BC349B
(188,52,155)
0 Favorites   0 Comments

Color spaces of #bc349b

RGB 18852155
HSL0.870.570.47
HSV315°72°74°
CMYK 0.000.720.18   0.26
XYZ27.883415.513932.5352
Yxy15.51390.36720.2043
Hunter Lab39.387757.4356-21.4036
CIE-Lab46.330263.5657-26.2433

#bc349b color RGB value is (188,52,155).

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

The process color (four color CMYK) of #bc349b color hex is 0.00, 0.72, 0.18, 0.26. Web safe color of #bc349b is #cc3399. Color #bc349b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110100 10011011
Octal 274 64 233
Decimal 188 52 155
Hex BC 34 9B

RGB Percentages of Color #bc349b

%47.59
%13.16
%39.24

CMYK Percentages of Color #bc349b

%0
%72
%18
%26

Triadic Colors of #bc349b

#bc349b #9bbc34 #349bbc

Analogous Colors of #bc349b

#bc349b #bc3457 #9934bc

Monochromatic Colors of #bc349b

#bc349b

Complementary Color

#bc349b #34bc55

#bc349b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc349b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc349b Color CSS Codes

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

#bc349b Text Font Color

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

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


#bc349b Background Color

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

This div background color is #bc349b


#bc349b Border Color

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

This div border color is #bc349b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc349b


Comments

No comments written yet.

Please login to write comment.