Color Hex Logo

#533dfa Color Hex

#533DFA
(83,61,250)
0 Favorites   0 Comments

Color spaces of #533dfa

RGB 8361250
HSL0.690.950.61
HSV247°76°98°
CMYK 0.670.760.00   0.02
XYZ22.491312.078691.5885
Yxy12.07860.17830.0957
Hunter Lab34.754354.6966-131.9199
CIE-Lab41.340862.1050-89.9315

#533dfa color RGB value is (83,61,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111101 11111010
Octal 123 75 372
Decimal 83 61 250
Hex 53 3D FA

RGB Percentages of Color #533dfa

%21.07
%15.48
%63.45

CMYK Percentages of Color #533dfa

%67
%76
%0
%2

Triadic Colors of #533dfa

#533dfa #fa533d #3dfa53

Analogous Colors of #533dfa

#533dfa #b23dfa #3d86fa

Monochromatic Colors of #533dfa

#533dfa

Complementary Color

#533dfa #e4fa3d

#533dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#533dfa Color CSS Codes

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

#533dfa Text Font Color

<p style="color:#533dfa">Text here</p>

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


#533dfa Background Color

<div style="background-color:#533dfa">
Div content here</div>

This div background color is #533dfa


#533dfa Border Color

<div style="border:3px solid #533dfa">
Div here</div>

This div border color is #533dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533dfa


Comments

No comments written yet.

Please login to write comment.