Color Hex Logo

#504ece Color Hex

#504ECE
(80,78,206)
0 Favorites   0 Comments

Color spaces of #504ece

RGB 8078206
HSL0.670.570.56
HSV241°62°81°
CMYK 0.610.620.00   0.19
XYZ17.173211.610559.7284
Yxy11.61050.19400.1312
Hunter Lab34.074230.3332-80.0771
CIE-Lab40.590338.7430-66.1513

#504ece color RGB value is (80,78,206).

#504ece hex color red value is 80, green value is 78 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #504ece hue: 0.67 , saturation: 0.57 and the lightness value of 504ece is 0.56.

The process color (four color CMYK) of #504ece color hex is 0.61, 0.62, 0.00, 0.19. Web safe color of #504ece is #6666cc. Color #504ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001110 11001110
Octal 120 116 316
Decimal 80 78 206
Hex 50 4E CE

RGB Percentages of Color #504ece

%21.98
%21.43
%56.59

CMYK Percentages of Color #504ece

%61
%62
%0
%19

Triadic Colors of #504ece

#504ece #ce504e #4ece50

Analogous Colors of #504ece

#504ece #904ece #4e8cce

Monochromatic Colors of #504ece

#504ece

Complementary Color

#504ece #ccce4e

#504ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#504ece Color CSS Codes

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

#504ece Text Font Color

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

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


#504ece Background Color

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

This div background color is #504ece


#504ece Border Color

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

This div border color is #504ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504ece


Comments

No comments written yet.

Please login to write comment.