Color Hex Logo

#5366cf Color Hex

#5366CF
(83,102,207)
0 Favorites   0 Comments

Color spaces of #5366cf

RGB 83102207
HSL0.640.560.57
HSV231°60°81°
CMYK 0.600.510.00   0.19
XYZ19.581115.846761.0582
Yxy15.84670.20290.1642
Hunter Lab39.807918.1384-63.0747
CIE-Lab46.772724.7321-56.6980

#5366cf color RGB value is (83,102,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100110 11001111
Octal 123 146 317
Decimal 83 102 207
Hex 53 66 CF

RGB Percentages of Color #5366cf

%21.17
%26.02
%52.81

CMYK Percentages of Color #5366cf

%60
%51
%0
%19

Triadic Colors of #5366cf

#5366cf #cf5366 #66cf53

Analogous Colors of #5366cf

#5366cf #7e53cf #53a4cf

Monochromatic Colors of #5366cf

#5366cf

Complementary Color

#5366cf #cfbc53

#5366cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5366cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5366cf Color CSS Codes

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

#5366cf Text Font Color

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

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


#5366cf Background Color

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

This div background color is #5366cf


#5366cf Border Color

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

This div border color is #5366cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5366cf


Comments

No comments written yet.

Please login to write comment.