Color Hex Logo

#5380ec Color Hex

#5380EC
(83,128,236)
0 Favorites   0 Comments

Color spaces of #5380ec

RGB 83128236
HSL0.620.800.63
HSV222°65°93°
CMYK 0.650.460.00   0.07
XYZ26.426823.333582.4678
Yxy23.33350.19990.1765
Hunter Lab48.304813.1213-67.4089
CIE-Lab55.414218.5215-59.1797

#5380ec color RGB value is (83,128,236).

#5380ec hex color red value is 83, green value is 128 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5380ec hue: 0.62 , saturation: 0.80 and the lightness value of 5380ec is 0.63.

The process color (four color CMYK) of #5380ec color hex is 0.65, 0.46, 0.00, 0.07. Web safe color of #5380ec is #6699ff. Color #5380ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 11101100
Octal 123 200 354
Decimal 83 128 236
Hex 53 80 EC

RGB Percentages of Color #5380ec

%18.57
%28.64
%52.80

CMYK Percentages of Color #5380ec

%65
%46
%0
%7

Triadic Colors of #5380ec

#5380ec #ec5380 #80ec53

Analogous Colors of #5380ec

#5380ec #7353ec #53cdec

Monochromatic Colors of #5380ec

#5380ec

Complementary Color

#5380ec #ecbf53

#5380ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5380ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5380ec Color CSS Codes

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

#5380ec Text Font Color

<p style="color:#5380ec">Text here</p>

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


#5380ec Background Color

<div style="background-color:#5380ec">
Div content here</div>

This div background color is #5380ec


#5380ec Border Color

<div style="border:3px solid #5380ec">
Div here</div>

This div border color is #5380ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,128,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5380ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5380ec;
  -webkit-box-shadow: 1px 1px 3px 2px #5380ec;
  box-shadow:         1px 1px 3px 2px #5380ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,128,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5380ec


Comments

No comments written yet.

Please login to write comment.