Color Hex Logo

#5053ce Color Hex

#5053CE
(80,83,206)
0 Favorites   0 Comments

Color spaces of #5053ce

RGB 8083206
HSL0.660.560.56
HSV239°61°81°
CMYK 0.610.600.00   0.19
XYZ17.542112.348259.8514
Yxy12.34820.19550.1376
Hunter Lab35.140027.6133-76.3863
CIE-Lab41.764335.6923-64.2395

#5053ce color RGB value is (80,83,206).

#5053ce hex color red value is 80, green value is 83 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5053ce hue: 0.66 , saturation: 0.56 and the lightness value of 5053ce is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010011 11001110
Octal 120 123 316
Decimal 80 83 206
Hex 50 53 CE

RGB Percentages of Color #5053ce

%21.68
%22.49
%55.83

CMYK Percentages of Color #5053ce

%61
%60
%0
%19

Triadic Colors of #5053ce

#5053ce #ce5053 #53ce50

Analogous Colors of #5053ce

#5053ce #8c50ce #5092ce

Monochromatic Colors of #5053ce

#5053ce

Complementary Color

#5053ce #cecb50

#5053ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5053ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5053ce Color CSS Codes

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

#5053ce Text Font Color

<p style="color:#5053ce">Text here</p>

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


#5053ce Background Color

<div style="background-color:#5053ce">
Div content here</div>

This div background color is #5053ce


#5053ce Border Color

<div style="border:3px solid #5053ce">
Div here</div>

This div border color is #5053ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5053ce


Comments

No comments written yet.

Please login to write comment.