Color Hex Logo

#306dfc Color Hex

#306DFC
(48,109,252)
0 Favorites   0 Comments

Color spaces of #306dfc

RGB 48109252
HSL0.620.970.59
HSV222°81°99°
CMYK 0.810.570.00   0.01
XYZ24.258318.593994.4059
Yxy18.59390.17670.1355
Hunter Lab43.120624.9573-99.6217
CIE-Lab50.208731.7770-76.5584

#306dfc color RGB value is (48,109,252).

#306dfc hex color red value is 48, green value is 109 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #306dfc hue: 0.62 , saturation: 0.97 and the lightness value of 306dfc is 0.59.

The process color (four color CMYK) of #306dfc color hex is 0.81, 0.57, 0.00, 0.01. Web safe color of #306dfc is #3366ff. Color #306dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101101 11111100
Octal 60 155 374
Decimal 48 109 252
Hex 30 6D FC

RGB Percentages of Color #306dfc

%11.74
%26.65
%61.61

CMYK Percentages of Color #306dfc

%81
%57
%0
%1

Triadic Colors of #306dfc

#306dfc #fc306d #6dfc30

Analogous Colors of #306dfc

#306dfc #5930fc #30d3fc

Monochromatic Colors of #306dfc

#306dfc

Complementary Color

#306dfc #fcbf30

#306dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#306dfc Color CSS Codes

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

#306dfc Text Font Color

<p style="color:#306dfc">Text here</p>

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


#306dfc Background Color

<div style="background-color:#306dfc">
Div content here</div>

This div background color is #306dfc


#306dfc Border Color

<div style="border:3px solid #306dfc">
Div here</div>

This div border color is #306dfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,109,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #306dfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #306dfc;
  -webkit-box-shadow: 1px 1px 3px 2px #306dfc;
  box-shadow:         1px 1px 3px 2px #306dfc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306dfc


Comments

No comments written yet.

Please login to write comment.