Color Hex Logo

#504ccb Color Hex

#504CCB
(80,76,203)
0 Favorites   0 Comments

Color spaces of #504ccb

RGB 8076203
HSL0.670.550.55
HSV242°63°80°
CMYK 0.610.630.00   0.20
XYZ16.672211.186257.7803
Yxy11.18620.19470.1306
Hunter Lab33.445830.4494-79.0163
CIE-Lab39.892338.9753-65.5549

#504ccb color RGB value is (80,76,203).

#504ccb hex color red value is 80, green value is 76 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #504ccb hue: 0.67 , saturation: 0.55 and the lightness value of 504ccb is 0.55.

The process color (four color CMYK) of #504ccb color hex is 0.61, 0.63, 0.00, 0.20. Web safe color of #504ccb is #6633cc. Color #504ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001100 11001011
Octal 120 114 313
Decimal 80 76 203
Hex 50 4C CB

RGB Percentages of Color #504ccb

%22.28
%21.17
%56.55

CMYK Percentages of Color #504ccb

%61
%63
%0
%20

Triadic Colors of #504ccb

#504ccb #cb504c #4ccb50

Analogous Colors of #504ccb

#504ccb #904ccb #4c88cb

Monochromatic Colors of #504ccb

#504ccb

Complementary Color

#504ccb #c7cb4c

#504ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#504ccb Color CSS Codes

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

#504ccb Text Font Color

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

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


#504ccb Background Color

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

This div background color is #504ccb


#504ccb Border Color

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

This div border color is #504ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,76,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #504ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #504ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #504ccb;
  box-shadow:         1px 1px 3px 2px #504ccb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,76,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504ccb


Comments

No comments written yet.

Please login to write comment.