Color Hex Logo

#5342df Color Hex

#5342DF
(83,66,223)
0 Favorites   0 Comments

Color spaces of #5342df

RGB 8366223
HSL0.680.710.57
HSV246°70°87°
CMYK 0.630.700.00   0.13
XYZ18.834811.063170.9547
Yxy11.06310.18680.1097
Hunter Lab33.261242.8718-103.1978
CIE-Lab39.686551.4756-77.3839

#5342df color RGB value is (83,66,223).

#5342df hex color red value is 83, green value is 66 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5342df hue: 0.68 , saturation: 0.71 and the lightness value of 5342df is 0.57.

The process color (four color CMYK) of #5342df color hex is 0.63, 0.70, 0.00, 0.13. Web safe color of #5342df is #6633cc. Color #5342df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000010 11011111
Octal 123 102 337
Decimal 83 66 223
Hex 53 42 DF

RGB Percentages of Color #5342df

%22.31
%17.74
%59.95

CMYK Percentages of Color #5342df

%63
%70
%0
%13

Triadic Colors of #5342df

#5342df #df5342 #42df53

Analogous Colors of #5342df

#5342df #a242df #4280df

Monochromatic Colors of #5342df

#5342df

Complementary Color

#5342df #cedf42

#5342df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5342df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5342df Color CSS Codes

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

#5342df Text Font Color

<p style="color:#5342df">Text here</p>

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


#5342df Background Color

<div style="background-color:#5342df">
Div content here</div>

This div background color is #5342df


#5342df Border Color

<div style="border:3px solid #5342df">
Div here</div>

This div border color is #5342df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,66,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5342df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5342df;
  -webkit-box-shadow: 1px 1px 3px 2px #5342df;
  box-shadow:         1px 1px 3px 2px #5342df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5342df


Comments

No comments written yet.

Please login to write comment.