Color Hex Logo

#bc204e Color Hex

#BC204E
(188,32,78)
0 Favorites   0 Comments

Color spaces of #bc204e

RGB 1883278
HSL0.950.710.43
HSV342°83°74°
CMYK 0.000.830.59   0.26
XYZ22.630712.27448.3842
Yxy12.27440.52280.2835
Hunter Lab35.034853.990810.3357
CIE-Lab41.649061.414314.3076

#bc204e color RGB value is (188,32,78).

#bc204e hex color red value is 188, green value is 32 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bc204e hue: 0.95 , saturation: 0.71 and the lightness value of bc204e is 0.43.

The process color (four color CMYK) of #bc204e color hex is 0.00, 0.83, 0.59, 0.26. Web safe color of #bc204e is #cc3366. Color #bc204e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100000 01001110
Octal 274 40 116
Decimal 188 32 78
Hex BC 20 4E

RGB Percentages of Color #bc204e

%63.09
%10.74
%26.17

CMYK Percentages of Color #bc204e

%0
%83
%59
%26

Triadic Colors of #bc204e

#bc204e #4ebc20 #204ebc

Analogous Colors of #bc204e

#bc204e #bc4020 #bc209c

Monochromatic Colors of #bc204e

#bc204e

Complementary Color

#bc204e #20bc8e

#bc204e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc204e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc204e Color CSS Codes

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

#bc204e Text Font Color

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

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


#bc204e Background Color

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

This div background color is #bc204e


#bc204e Border Color

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

This div border color is #bc204e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc204e


Comments

No comments written yet.

Please login to write comment.