Color Hex Logo

#5068de Color Hex

#5068DE
(80,104,222)
0 Favorites   0 Comments

Color spaces of #5068de

RGB 80104222
HSL0.640.680.59
HSV230°64°87°
CMYK 0.640.530.00   0.13
XYZ21.443416.880071.2352
Yxy16.88000.19570.1541
Hunter Lab41.085321.2642-74.0395
CIE-Lab48.108528.0543-63.0915

#5068de color RGB value is (80,104,222).

#5068de hex color red value is 80, green value is 104 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5068de hue: 0.64 , saturation: 0.68 and the lightness value of 5068de is 0.59.

The process color (four color CMYK) of #5068de color hex is 0.64, 0.53, 0.00, 0.13. Web safe color of #5068de is #6666cc. Color #5068de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101000 11011110
Octal 120 150 336
Decimal 80 104 222
Hex 50 68 DE

RGB Percentages of Color #5068de

%19.70
%25.62
%54.68

CMYK Percentages of Color #5068de

%64
%53
%0
%13

Triadic Colors of #5068de

#5068de #de5068 #68de50

Analogous Colors of #5068de

#5068de #7f50de #50afde

Monochromatic Colors of #5068de

#5068de

Complementary Color

#5068de #dec650

#5068de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5068de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5068de Color CSS Codes

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

#5068de Text Font Color

<p style="color:#5068de">Text here</p>

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


#5068de Background Color

<div style="background-color:#5068de">
Div content here</div>

This div background color is #5068de


#5068de Border Color

<div style="border:3px solid #5068de">
Div here</div>

This div border color is #5068de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,104,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5068de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5068de;
  -webkit-box-shadow: 1px 1px 3px 2px #5068de;
  box-shadow:         1px 1px 3px 2px #5068de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5068de


Comments

No comments written yet.

Please login to write comment.