Color Hex Logo

#5353ce Color Hex

#5353CE
(83,83,206)
0 Favorites   0 Comments

Color spaces of #5353ce

RGB 8383206
HSL0.670.560.57
HSV240°60°81°
CMYK 0.600.600.00   0.19
XYZ17.801112.481759.8635
Yxy12.48170.19750.1385
Hunter Lab35.329428.1125-75.7325
CIE-Lab41.971736.1924-63.8929

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010011 11001110
Octal 123 123 316
Decimal 83 83 206
Hex 53 53 CE

RGB Percentages of Color #5353ce

%22.31
%22.31
%55.38

CMYK Percentages of Color #5353ce

%60
%60
%0
%19

Triadic Colors of #5353ce

#5353ce #ce5353 #53ce53

Analogous Colors of #5353ce

#5353ce #9153ce #5391ce

Monochromatic Colors of #5353ce

#5353ce

Complementary Color

#5353ce #cece53

#5353ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5353ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5353ce Color CSS Codes

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

#5353ce Text Font Color

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

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


#5353ce Background Color

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

This div background color is #5353ce


#5353ce Border Color

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

This div border color is #5353ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5353ce


Comments

No comments written yet.

Please login to write comment.