Color Hex Logo

#5324ec Color Hex

#5324EC
(83,36,236)
0 Favorites   0 Comments

Color spaces of #5324ec

RGB 8336236
HSL0.710.840.53
HSV254°85°93°
CMYK 0.650.850.00   0.07
XYZ19.33859.156980.1051
Yxy9.15690.17810.0843
Hunter Lab30.260461.1184-135.7699
CIE-Lab36.284668.7147-90.4037

#5324ec color RGB value is (83,36,236).

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

The process color (four color CMYK) of #5324ec color hex is 0.65, 0.85, 0.00, 0.07. Web safe color of #5324ec is #6633ff. Color #5324ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100100 11101100
Octal 123 44 354
Decimal 83 36 236
Hex 53 24 EC

RGB Percentages of Color #5324ec

%23.38
%10.14
%66.48

CMYK Percentages of Color #5324ec

%65
%85
%0
%7

Triadic Colors of #5324ec

#5324ec #ec5324 #24ec53

Analogous Colors of #5324ec

#5324ec #b724ec #2459ec

Monochromatic Colors of #5324ec

#5324ec

Complementary Color

#5324ec #bdec24

#5324ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5324ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5324ec Color CSS Codes

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

#5324ec Text Font Color

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

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


#5324ec Background Color

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

This div background color is #5324ec


#5324ec Border Color

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

This div border color is #5324ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5324ec


Comments

No comments written yet.

Please login to write comment.