Color Hex Logo

#5324df Color Hex

#5324DF
(83,36,223)
0 Favorites   0 Comments

Color spaces of #5324df

RGB 8336223
HSL0.710.750.51
HSV255°84°87°
CMYK 0.630.840.00   0.13
XYZ17.51748.428570.5156
Yxy8.42850.18160.0874
Hunter Lab29.031956.8984-123.6873
CIE-Lab34.859865.3191-85.3474

#5324df color RGB value is (83,36,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100100 11011111
Octal 123 44 337
Decimal 83 36 223
Hex 53 24 DF

RGB Percentages of Color #5324df

%24.27
%10.53
%65.20

CMYK Percentages of Color #5324df

%63
%84
%0
%13

Triadic Colors of #5324df

#5324df #df5324 #24df53

Analogous Colors of #5324df

#5324df #b124df #2453df

Monochromatic Colors of #5324df

#5324df

Complementary Color

#5324df #b0df24

#5324df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5324df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5324df Color CSS Codes

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

#5324df Text Font Color

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

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


#5324df Background Color

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

This div background color is #5324df


#5324df Border Color

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

This div border color is #5324df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5324df


Comments

No comments written yet.

Please login to write comment.