Color Hex Logo

#3080cd Color Hex

#3080CD
(48,128,205)
0 Favorites   0 Comments

Color spaces of #3080cd

RGB 48128205
HSL0.580.620.50
HSV209°77°80°
CMYK 0.770.380.00   0.20
XYZ19.957520.474560.6577
Yxy20.47450.19740.2025
Hunter Lab45.2488-0.4558-47.8064
CIE-Lab52.36952.4882-46.6870

#3080cd color RGB value is (48,128,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000000 11001101
Octal 60 200 315
Decimal 48 128 205
Hex 30 80 CD

RGB Percentages of Color #3080cd

%12.60
%33.60
%53.81

CMYK Percentages of Color #3080cd

%77
%38
%0
%20

Triadic Colors of #3080cd

#3080cd #cd3080 #80cd30

Analogous Colors of #3080cd

#3080cd #3032cd #30cdcc

Monochromatic Colors of #3080cd

#3080cd

Complementary Color

#3080cd #cd7d30

#3080cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3080cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3080cd Color CSS Codes

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

#3080cd Text Font Color

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

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


#3080cd Background Color

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

This div background color is #3080cd


#3080cd Border Color

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

This div border color is #3080cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3080cd


Comments

No comments written yet.

Please login to write comment.