Color Hex Logo

#5362ca Color Hex

#5362CA
(83,98,202)
0 Favorites   0 Comments

Color spaces of #5362ca

RGB 8398202
HSL0.650.530.56
HSV232°59°79°
CMYK 0.590.510.00   0.21
XYZ18.595614.838657.7612
Yxy14.83860.20390.1627
Hunter Lab38.520918.7576-61.9393
CIE-Lab45.412325.5562-56.0198

#5362ca color RGB value is (83,98,202).

#5362ca hex color red value is 83, green value is 98 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5362ca hue: 0.65 , saturation: 0.53 and the lightness value of 5362ca is 0.56.

The process color (four color CMYK) of #5362ca color hex is 0.59, 0.51, 0.00, 0.21. Web safe color of #5362ca is #6666cc. Color #5362ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100010 11001010
Octal 123 142 312
Decimal 83 98 202
Hex 53 62 CA

RGB Percentages of Color #5362ca

%21.67
%25.59
%52.74

CMYK Percentages of Color #5362ca

%59
%51
%0
%21

Triadic Colors of #5362ca

#5362ca #ca5362 #62ca53

Analogous Colors of #5362ca

#5362ca #8053ca #539eca

Monochromatic Colors of #5362ca

#5362ca

Complementary Color

#5362ca #cabb53

#5362ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5362ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5362ca Color CSS Codes

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

#5362ca Text Font Color

<p style="color:#5362ca">Text here</p>

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


#5362ca Background Color

<div style="background-color:#5362ca">
Div content here</div>

This div background color is #5362ca


#5362ca Border Color

<div style="border:3px solid #5362ca">
Div here</div>

This div border color is #5362ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,98,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5362ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5362ca;
  -webkit-box-shadow: 1px 1px 3px 2px #5362ca;
  box-shadow:         1px 1px 3px 2px #5362ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5362ca


Comments

No comments written yet.

Please login to write comment.