Color Hex Logo

#307ade Color Hex

#307ADE
(48,122,222)
0 Favorites   0 Comments

Color spaces of #307ade

RGB 48122222
HSL0.600.730.53
HSV214°78°87°
CMYK 0.780.450.00   0.13
XYZ21.363319.821471.8072
Yxy19.82140.18910.1754
Hunter Lab44.52127.7402-64.4625
CIE-Lab51.634712.4757-57.4753

#307ade color RGB value is (48,122,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111010 11011110
Octal 60 172 336
Decimal 48 122 222
Hex 30 7A DE

RGB Percentages of Color #307ade

%12.24
%31.12
%56.63

CMYK Percentages of Color #307ade

%78
%45
%0
%13

Triadic Colors of #307ade

#307ade #de307a #7ade30

Analogous Colors of #307ade

#307ade #3d30de #30d1de

Monochromatic Colors of #307ade

#307ade

Complementary Color

#307ade #de9430

#307ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#307ade Color CSS Codes

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

#307ade Text Font Color

<p style="color:#307ade">Text here</p>

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


#307ade Background Color

<div style="background-color:#307ade">
Div content here</div>

This div background color is #307ade


#307ade Border Color

<div style="border:3px solid #307ade">
Div here</div>

This div border color is #307ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307ade


Comments

No comments written yet.

Please login to write comment.