Color Hex Logo

#bc3493 Color Hex

#BC3493
(188,52,147)
0 Favorites   0 Comments

Color spaces of #bc3493

RGB 18852147
HSL0.880.570.47
HSV318°72°74°
CMYK 0.000.720.22   0.26
XYZ27.233515.253929.1127
Yxy15.25390.38040.2130
Hunter Lab39.056256.1177-16.8557
CIE-Lab45.980062.4735-21.9839

#bc3493 color RGB value is (188,52,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110100 10010011
Octal 274 64 223
Decimal 188 52 147
Hex BC 34 93

RGB Percentages of Color #bc3493

%48.58
%13.44
%37.98

CMYK Percentages of Color #bc3493

%0
%72
%22
%26

Triadic Colors of #bc3493

#bc3493 #93bc34 #3493bc

Analogous Colors of #bc3493

#bc3493 #bc344f #a134bc

Monochromatic Colors of #bc3493

#bc3493

Complementary Color

#bc3493 #34bc5d

#bc3493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3493 Color CSS Codes

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

#bc3493 Text Font Color

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

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


#bc3493 Background Color

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

This div background color is #bc3493


#bc3493 Border Color

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

This div border color is #bc3493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3493


Comments

No comments written yet.

Please login to write comment.