Color Hex Logo

#504bfe Color Hex

#504BFE
(80,75,254)
0 Favorites   0 Comments

Color spaces of #504bfe

RGB 8075254
HSL0.670.990.65
HSV242°70°100°
CMYK 0.690.700.00   0.00
XYZ23.713713.893495.1978
Yxy13.89340.17860.1046
Hunter Lab37.273948.3328-125.3356
CIE-Lab44.079755.8037-87.6574

#504bfe color RGB value is (80,75,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001011 11111110
Octal 120 113 376
Decimal 80 75 254
Hex 50 4B FE

RGB Percentages of Color #504bfe

%19.56
%18.34
%62.10

CMYK Percentages of Color #504bfe

%69
%70
%0
%0

Triadic Colors of #504bfe

#504bfe #fe504b #4bfe50

Analogous Colors of #504bfe

#504bfe #aa4bfe #4ba0fe

Monochromatic Colors of #504bfe

#504bfe

Complementary Color

#504bfe #f9fe4b

#504bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#504bfe Color CSS Codes

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

#504bfe Text Font Color

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

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


#504bfe Background Color

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

This div background color is #504bfe


#504bfe Border Color

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

This div border color is #504bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.