Color Hex Logo

#bc4299 Color Hex

#BC4299
(188,66,153)
0 Favorites   0 Comments

Color spaces of #bc4299

RGB 18866153
HSL0.880.480.50
HSV317°65°74°
CMYK 0.000.650.19   0.26
XYZ28.437016.887731.8978
Yxy16.88770.36820.2187
Hunter Lab41.094651.6042-17.2548
CIE-Lab48.118258.0429-22.2816

#bc4299 color RGB value is (188,66,153).

#bc4299 hex color red value is 188, green value is 66 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bc4299 hue: 0.88 , saturation: 0.48 and the lightness value of bc4299 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000010 10011001
Octal 274 102 231
Decimal 188 66 153
Hex BC 42 99

RGB Percentages of Color #bc4299

%46.19
%16.22
%37.59

CMYK Percentages of Color #bc4299

%0
%65
%19
%26

Triadic Colors of #bc4299

#bc4299 #99bc42 #4299bc

Analogous Colors of #bc4299

#bc4299 #bc425c #a242bc

Monochromatic Colors of #bc4299

#bc4299

Complementary Color

#bc4299 #42bc65

#bc4299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4299 Color CSS Codes

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

#bc4299 Text Font Color

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

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


#bc4299 Background Color

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

This div background color is #bc4299


#bc4299 Border Color

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

This div border color is #bc4299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4299


Comments

No comments written yet.

Please login to write comment.