Color Hex Logo

#3583dc Color Hex

#3583DC
(53,131,220)
0 Favorites   0 Comments

Color spaces of #3583dc

RGB 53131220
HSL0.590.700.54
HSV212°76°86°
CMYK 0.760.400.00   0.14
XYZ22.502822.156870.8008
Yxy22.15680.19490.1919
Hunter Lab47.07102.9596-56.2300
CIE-Lab54.19306.7603-52.2474

#3583dc color RGB value is (53,131,220).

#3583dc hex color red value is 53, green value is 131 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3583dc hue: 0.59 , saturation: 0.70 and the lightness value of 3583dc is 0.54.

The process color (four color CMYK) of #3583dc color hex is 0.76, 0.40, 0.00, 0.14. Web safe color of #3583dc is #3399cc. Color #3583dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000011 11011100
Octal 65 203 334
Decimal 53 131 220
Hex 35 83 DC

RGB Percentages of Color #3583dc

%13.12
%32.43
%54.46

CMYK Percentages of Color #3583dc

%76
%40
%0
%14

Triadic Colors of #3583dc

#3583dc #dc3583 #83dc35

Analogous Colors of #3583dc

#3583dc #3b35dc #35d7dc

Monochromatic Colors of #3583dc

#3583dc

Complementary Color

#3583dc #dc8e35

#3583dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3583dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3583dc Color CSS Codes

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

#3583dc Text Font Color

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

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


#3583dc Background Color

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

This div background color is #3583dc


#3583dc Border Color

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

This div border color is #3583dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,131,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 #3583dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3583dc


Comments

No comments written yet.

Please login to write comment.