Color Hex Logo

#300dbc Color Hex

#300DBC
(48,13,188)
0 Favorites   0 Comments

Color spaces of #300dbc

RGB 4813188
HSL0.700.870.39
HSV252°93°74°
CMYK 0.740.930.00   0.26
XYZ10.43994.547147.9044
Yxy4.54710.16600.0723
Hunter Lab21.323950.0742-118.2688
CIE-Lab25.403460.9913-80.7285

#300dbc color RGB value is (48,13,188).

#300dbc hex color red value is 48, green value is 13 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #300dbc hue: 0.70 , saturation: 0.87 and the lightness value of 300dbc is 0.39.

The process color (four color CMYK) of #300dbc color hex is 0.74, 0.93, 0.00, 0.26. Web safe color of #300dbc is #3300cc. Color #300dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001101 10111100
Octal 60 15 274
Decimal 48 13 188
Hex 30 D BC

RGB Percentages of Color #300dbc

%19.28
%5.22
%75.50

CMYK Percentages of Color #300dbc

%74
%93
%0
%26

Triadic Colors of #300dbc

#300dbc #bc300d #0dbc30

Analogous Colors of #300dbc

#300dbc #880dbc #0d42bc

Monochromatic Colors of #300dbc

#300dbc

Complementary Color

#300dbc #99bc0d

#300dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#300dbc Color CSS Codes

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

#300dbc Text Font Color

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

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


#300dbc Background Color

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

This div background color is #300dbc


#300dbc Border Color

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

This div border color is #300dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300dbc


Comments

No comments written yet.

Please login to write comment.