Color Hex Logo

#3059ef Color Hex

#3059EF
(48,89,239)
0 Favorites   0 Comments

Color spaces of #3059ef

RGB 4889239
HSL0.630.860.56
HSV227°80°94°
CMYK 0.800.630.00   0.06
XYZ20.371314.005183.2909
Yxy14.00510.17310.1190
Hunter Lab37.423431.6750-105.7617
CIE-Lab44.240239.5680-79.0496

#3059ef color RGB value is (48,89,239).

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

The process color (four color CMYK) of #3059ef color hex is 0.80, 0.63, 0.00, 0.06. Web safe color of #3059ef is #3366ff. Color #3059ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011001 11101111
Octal 60 131 357
Decimal 48 89 239
Hex 30 59 EF

RGB Percentages of Color #3059ef

%12.77
%23.67
%63.56

CMYK Percentages of Color #3059ef

%80
%63
%0
%6

Triadic Colors of #3059ef

#3059ef #ef3059 #59ef30

Analogous Colors of #3059ef

#3059ef #6730ef #30b9ef

Monochromatic Colors of #3059ef

#3059ef

Complementary Color

#3059ef #efc630

#3059ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3059ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3059ef Color CSS Codes

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

#3059ef Text Font Color

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

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


#3059ef Background Color

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

This div background color is #3059ef


#3059ef Border Color

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

This div border color is #3059ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3059ef


Comments

No comments written yet.

Please login to write comment.