Color Hex Logo

#346acf Color Hex

#346ACF
(52,106,207)
0 Favorites   0 Comments

Color spaces of #346acf

RGB 52106207
HSL0.610.620.51
HSV219°75°81°
CMYK 0.750.490.00   0.19
XYZ17.832715.543161.0917
Yxy15.54310.18880.1645
Hunter Lab39.424711.7463-64.2772
CIE-Lab46.369317.4065-57.4238

#346acf color RGB value is (52,106,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101010 11001111
Octal 64 152 317
Decimal 52 106 207
Hex 34 6A CF

RGB Percentages of Color #346acf

%14.25
%29.04
%56.71

CMYK Percentages of Color #346acf

%75
%49
%0
%19

Triadic Colors of #346acf

#346acf #cf346a #6acf34

Analogous Colors of #346acf

#346acf #4b34cf #34b8cf

Monochromatic Colors of #346acf

#346acf

Complementary Color

#346acf #cf9934

#346acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#346acf Color CSS Codes

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

#346acf Text Font Color

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

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


#346acf Background Color

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

This div background color is #346acf


#346acf Border Color

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

This div border color is #346acf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,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 #346acf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346acf


Comments

No comments written yet.

Please login to write comment.