Color Hex Logo

#5362cf Color Hex

#5362CF
(83,98,207)
0 Favorites   0 Comments

Color spaces of #5362cf

RGB 8398207
HSL0.650.560.57
HSV233°60°81°
CMYK 0.600.530.00   0.19
XYZ19.197415.079460.9303
Yxy15.07940.20160.1584
Hunter Lab38.832220.2883-65.8474
CIE-Lab45.742827.2300-58.3586

#5362cf color RGB value is (83,98,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100010 11001111
Octal 123 142 317
Decimal 83 98 207
Hex 53 62 CF

RGB Percentages of Color #5362cf

%21.39
%25.26
%53.35

CMYK Percentages of Color #5362cf

%60
%53
%0
%19

Triadic Colors of #5362cf

#5362cf #cf5362 #62cf53

Analogous Colors of #5362cf

#5362cf #8253cf #53a0cf

Monochromatic Colors of #5362cf

#5362cf

Complementary Color

#5362cf #cfc053

#5362cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5362cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5362cf Color CSS Codes

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

#5362cf Text Font Color

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

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


#5362cf Background Color

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

This div background color is #5362cf


#5362cf Border Color

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

This div border color is #5362cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5362cf


Comments

No comments written yet.

Please login to write comment.