Color Hex Logo

#504bbf Color Hex

#504BBF
(80,75,191)
0 Favorites   0 Comments

Color spaces of #504bbf

RGB 8075191
HSL0.670.480.52
HSV243°61°75°
CMYK 0.580.610.00   0.25
XYZ15.228310.499250.5141
Yxy10.49920.19970.1377
Hunter Lab32.402527.1859-69.7489
CIE-Lab38.723935.6866-60.4758

#504bbf color RGB value is (80,75,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001011 10111111
Octal 120 113 277
Decimal 80 75 191
Hex 50 4B BF

RGB Percentages of Color #504bbf

%23.12
%21.68
%55.20

CMYK Percentages of Color #504bbf

%58
%61
%0
%25

Triadic Colors of #504bbf

#504bbf #bf504b #4bbf50

Analogous Colors of #504bbf

#504bbf #8a4bbf #4b80bf

Monochromatic Colors of #504bbf

#504bbf

Complementary Color

#504bbf #babf4b

#504bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#504bbf Color CSS Codes

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

#504bbf Text Font Color

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

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


#504bbf Background Color

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

This div background color is #504bbf


#504bbf Border Color

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

This div border color is #504bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,75,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 #504bbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504bbf


Comments

No comments written yet.

Please login to write comment.