Color Hex Logo

#5367dc Color Hex

#5367DC
(83,103,220)
0 Favorites   0 Comments

Color spaces of #5367dc

RGB 83103220
HSL0.640.660.59
HSV231°62°86°
CMYK 0.620.530.00   0.14
XYZ21.335816.706869.8104
Yxy16.70680.19780.1549
Hunter Lab40.874021.6458-72.6522
CIE-Lab47.888528.4927-62.3055

#5367dc color RGB value is (83,103,220).

#5367dc hex color red value is 83, green value is 103 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5367dc hue: 0.64 , saturation: 0.66 and the lightness value of 5367dc is 0.59.

The process color (four color CMYK) of #5367dc color hex is 0.62, 0.53, 0.00, 0.14. Web safe color of #5367dc is #6666cc. Color #5367dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100111 11011100
Octal 123 147 334
Decimal 83 103 220
Hex 53 67 DC

RGB Percentages of Color #5367dc

%20.44
%25.37
%54.19

CMYK Percentages of Color #5367dc

%62
%53
%0
%14

Triadic Colors of #5367dc

#5367dc #dc5367 #67dc53

Analogous Colors of #5367dc

#5367dc #8453dc #53acdc

Monochromatic Colors of #5367dc

#5367dc

Complementary Color

#5367dc #dcc853

#5367dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5367dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5367dc Color CSS Codes

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

#5367dc Text Font Color

<p style="color:#5367dc">Text here</p>

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


#5367dc Background Color

<div style="background-color:#5367dc">
Div content here</div>

This div background color is #5367dc


#5367dc Border Color

<div style="border:3px solid #5367dc">
Div here</div>

This div border color is #5367dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,103,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5367dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5367dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5367dc;
  box-shadow:         1px 1px 3px 2px #5367dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5367dc


Comments

No comments written yet.

Please login to write comment.