Color Hex Logo

#5335fa Color Hex

#5335FA
(83,53,250)
0 Favorites   0 Comments

Color spaces of #5335fa

RGB 8353250
HSL0.690.950.59
HSV249°79°98°
CMYK 0.670.790.00   0.02
XYZ22.095711.287391.4566
Yxy11.28730.17700.0904
Hunter Lab33.596658.6014-137.8816
CIE-Lab40.060265.8008-92.0487

#5335fa color RGB value is (83,53,250).

#5335fa hex color red value is 83, green value is 53 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5335fa hue: 0.69 , saturation: 0.95 and the lightness value of 5335fa is 0.59.

The process color (four color CMYK) of #5335fa color hex is 0.67, 0.79, 0.00, 0.02. Web safe color of #5335fa is #6633ff. Color #5335fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 11111010
Octal 123 65 372
Decimal 83 53 250
Hex 53 35 FA

RGB Percentages of Color #5335fa

%21.50
%13.73
%64.77

CMYK Percentages of Color #5335fa

%67
%79
%0
%2

Triadic Colors of #5335fa

#5335fa #fa5335 #35fa53

Analogous Colors of #5335fa

#5335fa #b635fa #357afa

Monochromatic Colors of #5335fa

#5335fa

Complementary Color

#5335fa #dcfa35

#5335fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5335fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5335fa Color CSS Codes

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

#5335fa Text Font Color

<p style="color:#5335fa">Text here</p>

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


#5335fa Background Color

<div style="background-color:#5335fa">
Div content here</div>

This div background color is #5335fa


#5335fa Border Color

<div style="border:3px solid #5335fa">
Div here</div>

This div border color is #5335fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,53,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5335fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5335fa;
  -webkit-box-shadow: 1px 1px 3px 2px #5335fa;
  box-shadow:         1px 1px 3px 2px #5335fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5335fa


Comments

No comments written yet.

Please login to write comment.