Color Hex Logo

#5303dc Color Hex

#5303DC
(83,3,220)
0 Favorites   0 Comments

Color spaces of #5303dc

RGB 833220
HSL0.730.970.44
HSV262°99°86°
CMYK 0.620.990.00   0.14
XYZ16.51817.071468.2045
Yxy7.07140.17990.0770
Hunter Lab26.592164.3419-133.4549
CIE-Lab31.968972.2630-88.4203

#5303dc color RGB value is (83,3,220).

#5303dc hex color red value is 83, green value is 3 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5303dc hue: 0.73 , saturation: 0.97 and the lightness value of 5303dc is 0.44.

The process color (four color CMYK) of #5303dc color hex is 0.62, 0.99, 0.00, 0.14. Web safe color of #5303dc is #6600cc. Color #5303dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000011 11011100
Octal 123 3 334
Decimal 83 3 220
Hex 53 3 DC

RGB Percentages of Color #5303dc

%27.12
%0.98
%71.90

CMYK Percentages of Color #5303dc

%62
%99
%0
%14

Triadic Colors of #5303dc

#5303dc #dc5303 #03dc53

Analogous Colors of #5303dc

#5303dc #c003dc #031fdc

Monochromatic Colors of #5303dc

#5303dc

Complementary Color

#5303dc #8cdc03

#5303dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5303dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5303dc Color CSS Codes

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

#5303dc Text Font Color

<p style="color:#5303dc">Text here</p>

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


#5303dc Background Color

<div style="background-color:#5303dc">
Div content here</div>

This div background color is #5303dc


#5303dc Border Color

<div style="border:3px solid #5303dc">
Div here</div>

This div border color is #5303dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,3,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5303dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5303dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5303dc;
  box-shadow:         1px 1px 3px 2px #5303dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5303dc


Comments

No comments written yet.

Please login to write comment.