Color Hex Logo

#5346dc Color Hex

#5346DC
(83,70,220)
0 Favorites   0 Comments

Color spaces of #5346dc

RGB 8370220
HSL0.680.680.57
HSV245°68°86°
CMYK 0.620.680.00   0.14
XYZ18.675711.386668.9237
Yxy11.38660.18870.1150
Hunter Lab33.744039.7391-97.4816
CIE-Lab40.224148.3353-74.7866

#5346dc color RGB value is (83,70,220).

#5346dc hex color red value is 83, green value is 70 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5346dc hue: 0.68 , saturation: 0.68 and the lightness value of 5346dc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000110 11011100
Octal 123 106 334
Decimal 83 70 220
Hex 53 46 DC

RGB Percentages of Color #5346dc

%22.25
%18.77
%58.98

CMYK Percentages of Color #5346dc

%62
%68
%0
%14

Triadic Colors of #5346dc

#5346dc #dc5346 #46dc53

Analogous Colors of #5346dc

#5346dc #9e46dc #4684dc

Monochromatic Colors of #5346dc

#5346dc

Complementary Color

#5346dc #cfdc46

#5346dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5346dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5346dc Color CSS Codes

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

#5346dc Text Font Color

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

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


#5346dc Background Color

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

This div background color is #5346dc


#5346dc Border Color

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

This div border color is #5346dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5346dc


Comments

No comments written yet.

Please login to write comment.