Color Hex Logo

#303adb Color Hex

#303ADB
(48,58,219)
0 Favorites   0 Comments

Color spaces of #303adb

RGB 4858219
HSL0.660.700.52
HSV236°78°86°
CMYK 0.780.740.00   0.14
XYZ15.51828.769067.8925
Yxy8.76900.16830.0951
Hunter Lab29.612541.7197-115.2053
CIE-Lab35.535751.1412-82.0094

#303adb color RGB value is (48,58,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111010 11011011
Octal 60 72 333
Decimal 48 58 219
Hex 30 3A DB

RGB Percentages of Color #303adb

%14.77
%17.85
%67.38

CMYK Percentages of Color #303adb

%78
%74
%0
%14

Triadic Colors of #303adb

#303adb #db303a #3adb30

Analogous Colors of #303adb

#303adb #7c30db #3090db

Monochromatic Colors of #303adb

#303adb

Complementary Color

#303adb #dbd130

#303adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#303adb Color CSS Codes

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

#303adb Text Font Color

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

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


#303adb Background Color

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

This div background color is #303adb


#303adb Border Color

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

This div border color is #303adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303adb


Comments

No comments written yet.

Please login to write comment.