Color Hex Logo

#3059de Color Hex

#3059DE
(48,89,222)
0 Favorites   0 Comments

Color spaces of #3059de

RGB 4889222
HSL0.630.730.53
HSV226°78°87°
CMYK 0.780.600.00   0.13
XYZ17.976113.047170.6781
Yxy13.04710.17680.1283
Hunter Lab36.120825.6221-90.7292
CIE-Lab42.834133.4093-71.7314

#3059de color RGB value is (48,89,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011001 11011110
Octal 60 131 336
Decimal 48 89 222
Hex 30 59 DE

RGB Percentages of Color #3059de

%13.37
%24.79
%61.84

CMYK Percentages of Color #3059de

%78
%60
%0
%13

Triadic Colors of #3059de

#3059de #de3059 #59de30

Analogous Colors of #3059de

#3059de #5e30de #30b0de

Monochromatic Colors of #3059de

#3059de

Complementary Color

#3059de #deb530

#3059de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3059de Color Preview on White Background

Lorem ipsum dolor sit amet.

#3059de Color CSS Codes

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

#3059de Text Font Color

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

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


#3059de Background Color

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

This div background color is #3059de


#3059de Border Color

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

This div border color is #3059de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3059de


Comments

No comments written yet.

Please login to write comment.