Color Hex Logo

#3580cd Color Hex

#3580CD
(53,128,205)
0 Favorites   0 Comments

Color spaces of #3580cd

RGB 53128205
HSL0.580.600.51
HSV210°74°80°
CMYK 0.740.380.00   0.20
XYZ20.206820.603060.6694
Yxy20.60300.19910.2030
Hunter Lab45.39050.0306-47.4742
CIE-Lab52.51223.1053-46.4515

#3580cd color RGB value is (53,128,205).

#3580cd hex color red value is 53, green value is 128 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3580cd hue: 0.58 , saturation: 0.60 and the lightness value of 3580cd is 0.51.

The process color (four color CMYK) of #3580cd color hex is 0.74, 0.38, 0.00, 0.20. Web safe color of #3580cd is #3399cc. Color #3580cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000000 11001101
Octal 65 200 315
Decimal 53 128 205
Hex 35 80 CD

RGB Percentages of Color #3580cd

%13.73
%33.16
%53.11

CMYK Percentages of Color #3580cd

%74
%38
%0
%20

Triadic Colors of #3580cd

#3580cd #cd3580 #80cd35

Analogous Colors of #3580cd

#3580cd #3635cd #35cccd

Monochromatic Colors of #3580cd

#3580cd

Complementary Color

#3580cd #cd8235

#3580cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3580cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3580cd Color CSS Codes

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

#3580cd Text Font Color

<p style="color:#3580cd">Text here</p>

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


#3580cd Background Color

<div style="background-color:#3580cd">
Div content here</div>

This div background color is #3580cd


#3580cd Border Color

<div style="border:3px solid #3580cd">
Div here</div>

This div border color is #3580cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,128,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3580cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3580cd;
  -webkit-box-shadow: 1px 1px 3px 2px #3580cd;
  box-shadow:         1px 1px 3px 2px #3580cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3580cd


Comments

No comments written yet.

Please login to write comment.