Color Hex Logo

#3059da Color Hex

#3059DA
(48,89,218)
0 Favorites   0 Comments

Color spaces of #3059da

RGB 4889218
HSL0.630.700.52
HSV226°78°85°
CMYK 0.780.590.00   0.15
XYZ17.446212.835167.8876
Yxy12.83510.17770.1307
Hunter Lab35.826124.2283-87.2715
CIE-Lab42.513731.9421-69.9742

#3059da color RGB value is (48,89,218).

#3059da hex color red value is 48, green value is 89 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3059da hue: 0.63 , saturation: 0.70 and the lightness value of 3059da is 0.52.

The process color (four color CMYK) of #3059da color hex is 0.78, 0.59, 0.00, 0.15. Web safe color of #3059da is #3366cc. Color #3059da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011001 11011010
Octal 60 131 332
Decimal 48 89 218
Hex 30 59 DA

RGB Percentages of Color #3059da

%13.52
%25.07
%61.41

CMYK Percentages of Color #3059da

%78
%59
%0
%15

Triadic Colors of #3059da

#3059da #da3059 #59da30

Analogous Colors of #3059da

#3059da #5c30da #30aeda

Monochromatic Colors of #3059da

#3059da

Complementary Color

#3059da #dab130

#3059da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3059da Color Preview on White Background

Lorem ipsum dolor sit amet.

#3059da Color CSS Codes

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

#3059da Text Font Color

<p style="color:#3059da">Text here</p>

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


#3059da Background Color

<div style="background-color:#3059da">
Div content here</div>

This div background color is #3059da


#3059da Border Color

<div style="border:3px solid #3059da">
Div here</div>

This div border color is #3059da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,89,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3059da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3059da;
  -webkit-box-shadow: 1px 1px 3px 2px #3059da;
  box-shadow:         1px 1px 3px 2px #3059da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,89,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3059da


Comments

No comments written yet.

Please login to write comment.