Color Hex Logo

#5360ce Color Hex

#5360CE
(83,96,206)
0 Favorites   0 Comments

Color spaces of #5360ce

RGB 8396206
HSL0.650.560.57
HSV234°60°81°
CMYK 0.600.530.00   0.19
XYZ18.890714.661060.2267
Yxy14.66100.20140.1563
Hunter Lab38.289721.0583-66.4558
CIE-Lab45.166328.1439-58.7155

#5360ce color RGB value is (83,96,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100000 11001110
Octal 123 140 316
Decimal 83 96 206
Hex 53 60 CE

RGB Percentages of Color #5360ce

%21.56
%24.94
%53.51

CMYK Percentages of Color #5360ce

%60
%53
%0
%19

Triadic Colors of #5360ce

#5360ce #ce5360 #60ce53

Analogous Colors of #5360ce

#5360ce #8453ce #539ece

Monochromatic Colors of #5360ce

#5360ce

Complementary Color

#5360ce #cec153

#5360ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5360ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5360ce Color CSS Codes

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

#5360ce Text Font Color

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

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


#5360ce Background Color

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

This div background color is #5360ce


#5360ce Border Color

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

This div border color is #5360ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5360ce


Comments

No comments written yet.

Please login to write comment.