Color Hex Logo

#5353cc Color Hex

#5353CC
(83,83,204)
0 Favorites   0 Comments

Color spaces of #5353cc

RGB 8383204
HSL0.670.540.56
HSV240°59°80°
CMYK 0.590.590.00   0.20
XYZ17.559612.385158.5918
Yxy12.38510.19830.1399
Hunter Lab35.192527.4774-74.0769
CIE-Lab41.821735.5391-62.9829

#5353cc color RGB value is (83,83,204).

#5353cc hex color red value is 83, green value is 83 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5353cc hue: 0.67 , saturation: 0.54 and the lightness value of 5353cc is 0.56.

The process color (four color CMYK) of #5353cc color hex is 0.59, 0.59, 0.00, 0.20. Web safe color of #5353cc is #6666cc. Color #5353cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010011 11001100
Octal 123 123 314
Decimal 83 83 204
Hex 53 53 CC

RGB Percentages of Color #5353cc

%22.43
%22.43
%55.14

CMYK Percentages of Color #5353cc

%59
%59
%0
%20

Triadic Colors of #5353cc

#5353cc #cc5353 #53cc53

Analogous Colors of #5353cc

#5353cc #9053cc #5390cc

Monochromatic Colors of #5353cc

#5353cc

Complementary Color

#5353cc #cccc53

#5353cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5353cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5353cc Color CSS Codes

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

#5353cc Text Font Color

<p style="color:#5353cc">Text here</p>

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


#5353cc Background Color

<div style="background-color:#5353cc">
Div content here</div>

This div background color is #5353cc


#5353cc Border Color

<div style="border:3px solid #5353cc">
Div here</div>

This div border color is #5353cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,83,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5353cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5353cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5353cc;
  box-shadow:         1px 1px 3px 2px #5353cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5353cc


Comments

No comments written yet.

Please login to write comment.