Color Hex Logo

#300fdc Color Hex

#300FDC
(48,15,220)
0 Favorites   0 Comments

Color spaces of #300fdc

RGB 4815220
HSL0.690.870.46
HSV250°93°86°
CMYK 0.780.930.00   0.14
XYZ14.30806.137368.1407
Yxy6.13730.16150.0693
Hunter Lab24.773659.7391-145.7380
CIE-Lab29.756368.7555-92.1819

#300fdc color RGB value is (48,15,220).

#300fdc hex color red value is 48, green value is 15 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #300fdc hue: 0.69 , saturation: 0.87 and the lightness value of 300fdc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001111 11011100
Octal 60 17 334
Decimal 48 15 220
Hex 30 F DC

RGB Percentages of Color #300fdc

%16.96
%5.30
%77.74

CMYK Percentages of Color #300fdc

%78
%93
%0
%14

Triadic Colors of #300fdc

#300fdc #dc300f #0fdc30

Analogous Colors of #300fdc

#300fdc #970fdc #0f55dc

Monochromatic Colors of #300fdc

#300fdc

Complementary Color

#300fdc #bbdc0f

#300fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#300fdc Color CSS Codes

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

#300fdc Text Font Color

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

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


#300fdc Background Color

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

This div background color is #300fdc


#300fdc Border Color

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

This div border color is #300fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300fdc


Comments

No comments written yet.

Please login to write comment.