Color Hex Logo

#307adb Color Hex

#307ADB
(48,122,219)
0 Favorites   0 Comments

Color spaces of #307adb

RGB 48122219
HSL0.590.700.52
HSV214°78°86°
CMYK 0.780.440.00   0.14
XYZ20.964619.661969.7080
Yxy19.66190.19000.1782
Hunter Lab44.34176.7960-62.1684
CIE-Lab51.452811.3567-56.0757

#307adb color RGB value is (48,122,219).

#307adb hex color red value is 48, green value is 122 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #307adb hue: 0.59 , saturation: 0.70 and the lightness value of 307adb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111010 11011011
Octal 60 172 333
Decimal 48 122 219
Hex 30 7A DB

RGB Percentages of Color #307adb

%12.34
%31.36
%56.30

CMYK Percentages of Color #307adb

%78
%44
%0
%14

Triadic Colors of #307adb

#307adb #db307a #7adb30

Analogous Colors of #307adb

#307adb #3b30db #30d0db

Monochromatic Colors of #307adb

#307adb

Complementary Color

#307adb #db9130

#307adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#307adb Color CSS Codes

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

#307adb Text Font Color

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

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


#307adb Background Color

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

This div background color is #307adb


#307adb Border Color

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

This div border color is #307adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307adb


Comments

No comments written yet.

Please login to write comment.