Color Hex Logo

#347acf Color Hex

#347ACF
(52,122,207)
0 Favorites   0 Comments

Color spaces of #347acf

RGB 52122207
HSL0.590.620.51
HSV213°75°81°
CMYK 0.750.410.00   0.19
XYZ19.638219.154161.6936
Yxy19.15410.19540.1906
Hunter Lab43.76543.5062-52.9420
CIE-Lab50.86707.3711-50.2090

#347acf color RGB value is (52,122,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111010 11001111
Octal 64 172 317
Decimal 52 122 207
Hex 34 7A CF

RGB Percentages of Color #347acf

%13.65
%32.02
%54.33

CMYK Percentages of Color #347acf

%75
%41
%0
%19

Triadic Colors of #347acf

#347acf #cf347a #7acf34

Analogous Colors of #347acf

#347acf #3c34cf #34c8cf

Monochromatic Colors of #347acf

#347acf

Complementary Color

#347acf #cf8934

#347acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#347acf Color CSS Codes

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

#347acf Text Font Color

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

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


#347acf Background Color

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

This div background color is #347acf


#347acf Border Color

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

This div border color is #347acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347acf


Comments

No comments written yet.

Please login to write comment.