Color Hex Logo

#504bfc Color Hex

#504BFC
(80,75,252)
0 Favorites   0 Comments

Color spaces of #504bfc

RGB 8075252
HSL0.670.970.64
HSV242°70°99°
CMYK 0.680.700.00   0.01
XYZ23.395013.765993.5195
Yxy13.76590.17900.1053
Hunter Lab37.102447.6242-123.4733
CIE-Lab43.895355.1819-86.8447

#504bfc color RGB value is (80,75,252).

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

The process color (four color CMYK) of #504bfc color hex is 0.68, 0.70, 0.00, 0.01. Web safe color of #504bfc is #6633ff. Color #504bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001011 11111100
Octal 120 113 374
Decimal 80 75 252
Hex 50 4B FC

RGB Percentages of Color #504bfc

%19.66
%18.43
%61.92

CMYK Percentages of Color #504bfc

%68
%70
%0
%1

Triadic Colors of #504bfc

#504bfc #fc504b #4bfc50

Analogous Colors of #504bfc

#504bfc #a94bfc #4b9ffc

Monochromatic Colors of #504bfc

#504bfc

Complementary Color

#504bfc #f7fc4b

#504bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#504bfc Color CSS Codes

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

#504bfc Text Font Color

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

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


#504bfc Background Color

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

This div background color is #504bfc


#504bfc Border Color

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

This div border color is #504bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.