Color Hex Logo

#bc348b Color Hex

#BC348B
(188,52,139)
0 Favorites   0 Comments

Color spaces of #bc348b

RGB 18852139
HSL0.890.570.47
HSV322°72°74°
CMYK 0.000.720.26   0.26
XYZ26.627215.011425.9202
Yxy15.01140.39410.2222
Hunter Lab38.744554.8712-12.5440
CIE-Lab45.649861.4322-17.6600

#bc348b color RGB value is (188,52,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110100 10001011
Octal 274 64 213
Decimal 188 52 139
Hex BC 34 8B

RGB Percentages of Color #bc348b

%49.60
%13.72
%36.68

CMYK Percentages of Color #bc348b

%0
%72
%26
%26

Triadic Colors of #bc348b

#bc348b #8bbc34 #348bbc

Analogous Colors of #bc348b

#bc348b #bc3447 #a934bc

Monochromatic Colors of #bc348b

#bc348b

Complementary Color

#bc348b #34bc65

#bc348b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc348b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc348b Color CSS Codes

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

#bc348b Text Font Color

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

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


#bc348b Background Color

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

This div background color is #bc348b


#bc348b Border Color

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

This div border color is #bc348b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc348b


Comments

No comments written yet.

Please login to write comment.