Color Hex Logo

#bc2393 Color Hex

#BC2393
(188,35,147)
0 Favorites   0 Comments

Color spaces of #bc2393

RGB 18835147
HSL0.880.690.44
HSV316°81°74°
CMYK 0.000.810.22   0.26
XYZ26.606514.000028.9037
Yxy14.00000.38280.2014
Hunter Lab37.416661.4503-19.6090
CIE-Lab44.232967.4546-24.6870

#bc2393 color RGB value is (188,35,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100011 10010011
Octal 274 43 223
Decimal 188 35 147
Hex BC 23 93

RGB Percentages of Color #bc2393

%50.81
%9.46
%39.73

CMYK Percentages of Color #bc2393

%0
%81
%22
%26

Triadic Colors of #bc2393

#bc2393 #93bc23 #2393bc

Analogous Colors of #bc2393

#bc2393 #bc2347 #9923bc

Monochromatic Colors of #bc2393

#bc2393

Complementary Color

#bc2393 #23bc4c

#bc2393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2393 Color CSS Codes

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

#bc2393 Text Font Color

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

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


#bc2393 Background Color

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

This div background color is #bc2393


#bc2393 Border Color

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

This div border color is #bc2393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2393


Comments

No comments written yet.

Please login to write comment.