Color Hex Logo

#504cbf Color Hex

#504CBF
(80,76,191)
0 Favorites   0 Comments

Color spaces of #504cbf

RGB 8076191
HSL0.670.470.52
HSV242°60°75°
CMYK 0.580.600.00   0.25
XYZ15.296710.635950.5369
Yxy10.63590.20000.1391
Hunter Lab32.612726.6515-69.0473
CIE-Lab38.960335.0733-60.0914

#504cbf color RGB value is (80,76,191).

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

The process color (four color CMYK) of #504cbf color hex is 0.58, 0.60, 0.00, 0.25. Web safe color of #504cbf is #6633cc. Color #504cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001100 10111111
Octal 120 114 277
Decimal 80 76 191
Hex 50 4C BF

RGB Percentages of Color #504cbf

%23.05
%21.90
%55.04

CMYK Percentages of Color #504cbf

%58
%60
%0
%25

Triadic Colors of #504cbf

#504cbf #bf504c #4cbf50

Analogous Colors of #504cbf

#504cbf #8a4cbf #4c82bf

Monochromatic Colors of #504cbf

#504cbf

Complementary Color

#504cbf #bbbf4c

#504cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#504cbf Color CSS Codes

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

#504cbf Text Font Color

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

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


#504cbf Background Color

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

This div background color is #504cbf


#504cbf Border Color

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

This div border color is #504cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504cbf


Comments

No comments written yet.

Please login to write comment.