Color Hex Logo

#5330df Color Hex

#5330DF
(83,48,223)
0 Favorites   0 Comments

Color spaces of #5330df

RGB 8348223
HSL0.700.730.53
HSV252°78°87°
CMYK 0.630.780.00   0.13
XYZ17.94359.280670.6576
Yxy9.28060.18330.0948
Hunter Lab30.464151.8253-116.1909
CIE-Lab36.519060.4560-82.6028

#5330df color RGB value is (83,48,223).

#5330df hex color red value is 83, green value is 48 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5330df hue: 0.70 , saturation: 0.73 and the lightness value of 5330df is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110000 11011111
Octal 123 60 337
Decimal 83 48 223
Hex 53 30 DF

RGB Percentages of Color #5330df

%23.45
%13.56
%62.99

CMYK Percentages of Color #5330df

%63
%78
%0
%13

Triadic Colors of #5330df

#5330df #df5330 #30df53

Analogous Colors of #5330df

#5330df #ab30df #3065df

Monochromatic Colors of #5330df

#5330df

Complementary Color

#5330df #bcdf30

#5330df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5330df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5330df Color CSS Codes

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

#5330df Text Font Color

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

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


#5330df Background Color

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

This div background color is #5330df


#5330df Border Color

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

This div border color is #5330df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5330df


Comments

No comments written yet.

Please login to write comment.