Color Hex Logo

#300ddb Color Hex

#300DDB
(48,13,219)
0 Favorites   0 Comments

Color spaces of #300ddb

RGB 4813219
HSL0.690.890.45
HSV250°94°86°
CMYK 0.780.940.00   0.14
XYZ14.14906.030767.4361
Yxy6.03070.16150.0688
Hunter Lab24.557559.8687-145.6231
CIE-Lab29.489868.9151-92.0496

#300ddb color RGB value is (48,13,219).

#300ddb hex color red value is 48, green value is 13 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #300ddb hue: 0.69 , saturation: 0.89 and the lightness value of 300ddb is 0.45.

The process color (four color CMYK) of #300ddb color hex is 0.78, 0.94, 0.00, 0.14. Web safe color of #300ddb is #3300cc. Color #300ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001101 11011011
Octal 60 15 333
Decimal 48 13 219
Hex 30 D DB

RGB Percentages of Color #300ddb

%17.14
%4.64
%78.21

CMYK Percentages of Color #300ddb

%78
%94
%0
%14

Triadic Colors of #300ddb

#300ddb #db300d #0ddb30

Analogous Colors of #300ddb

#300ddb #970ddb #0d51db

Monochromatic Colors of #300ddb

#300ddb

Complementary Color

#300ddb #b8db0d

#300ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#300ddb Color CSS Codes

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

#300ddb Text Font Color

<p style="color:#300ddb">Text here</p>

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


#300ddb Background Color

<div style="background-color:#300ddb">
Div content here</div>

This div background color is #300ddb


#300ddb Border Color

<div style="border:3px solid #300ddb">
Div here</div>

This div border color is #300ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300ddb


Comments

No comments written yet.

Please login to write comment.