Color Hex Logo

#306acf Color Hex

#306ACF
(48,106,207)
0 Favorites   0 Comments

Color spaces of #306acf

RGB 48106207
HSL0.610.620.50
HSV218°77°81°
CMYK 0.770.490.00   0.19
XYZ17.635415.441461.0825
Yxy15.44140.18730.1640
Hunter Lab39.295511.3416-64.6558
CIE-Lab46.232916.9346-57.6506

#306acf color RGB value is (48,106,207).

#306acf hex color red value is 48, green value is 106 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #306acf hue: 0.61 , saturation: 0.62 and the lightness value of 306acf is 0.50.

The process color (four color CMYK) of #306acf color hex is 0.77, 0.49, 0.00, 0.19. Web safe color of #306acf is #3366cc. Color #306acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101010 11001111
Octal 60 152 317
Decimal 48 106 207
Hex 30 6A CF

RGB Percentages of Color #306acf

%13.30
%29.36
%57.34

CMYK Percentages of Color #306acf

%77
%49
%0
%19

Triadic Colors of #306acf

#306acf #cf306a #6acf30

Analogous Colors of #306acf

#306acf #4630cf #30bacf

Monochromatic Colors of #306acf

#306acf

Complementary Color

#306acf #cf9530

#306acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#306acf Color CSS Codes

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

#306acf Text Font Color

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

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


#306acf Background Color

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

This div background color is #306acf


#306acf Border Color

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

This div border color is #306acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306acf


Comments

No comments written yet.

Please login to write comment.