Color Hex Logo

#bc4393 Color Hex

#BC4393
(188,67,147)
0 Favorites   0 Comments

Color spaces of #bc4393

RGB 18867147
HSL0.890.470.50
HSV320°64°74°
CMYK 0.000.640.22   0.26
XYZ28.012716.812329.3724
Yxy16.81230.37750.2266
Hunter Lab41.002850.1945-13.7705
CIE-Lab48.022756.7832-18.8441

#bc4393 color RGB value is (188,67,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000011 10010011
Octal 274 103 223
Decimal 188 67 147
Hex BC 43 93

RGB Percentages of Color #bc4393

%46.77
%16.67
%36.57

CMYK Percentages of Color #bc4393

%0
%64
%22
%26

Triadic Colors of #bc4393

#bc4393 #93bc43 #4393bc

Analogous Colors of #bc4393

#bc4393 #bc4357 #a943bc

Monochromatic Colors of #bc4393

#bc4393

Complementary Color

#bc4393 #43bc6c

#bc4393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4393 Color CSS Codes

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

#bc4393 Text Font Color

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

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


#bc4393 Background Color

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

This div background color is #bc4393


#bc4393 Border Color

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

This div border color is #bc4393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4393


Comments

No comments written yet.

Please login to write comment.