Color Hex Logo

#3478ca Color Hex

#3478CA
(52,120,202)
0 Favorites   0 Comments

Color spaces of #3478ca

RGB 52120202
HSL0.590.590.50
HSV213°74°79°
CMYK 0.740.410.00   0.21
XYZ18.793318.427358.4434
Yxy18.42730.19650.1926
Hunter Lab42.92703.0244-50.6720
CIE-Lab50.01036.7623-48.7272

#3478ca color RGB value is (52,120,202).

#3478ca hex color red value is 52, green value is 120 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3478ca hue: 0.59 , saturation: 0.59 and the lightness value of 3478ca is 0.50.

The process color (four color CMYK) of #3478ca color hex is 0.74, 0.41, 0.00, 0.21. Web safe color of #3478ca is #3366cc. Color #3478ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111000 11001010
Octal 64 170 312
Decimal 52 120 202
Hex 34 78 CA

RGB Percentages of Color #3478ca

%13.90
%32.09
%54.01

CMYK Percentages of Color #3478ca

%74
%41
%0
%21

Triadic Colors of #3478ca

#3478ca #ca3478 #78ca34

Analogous Colors of #3478ca

#3478ca #3b34ca #34c3ca

Monochromatic Colors of #3478ca

#3478ca

Complementary Color

#3478ca #ca8634

#3478ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3478ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3478ca Color CSS Codes

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

#3478ca Text Font Color

<p style="color:#3478ca">Text here</p>

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


#3478ca Background Color

<div style="background-color:#3478ca">
Div content here</div>

This div background color is #3478ca


#3478ca Border Color

<div style="border:3px solid #3478ca">
Div here</div>

This div border color is #3478ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,120,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3478ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3478ca;
  -webkit-box-shadow: 1px 1px 3px 2px #3478ca;
  box-shadow:         1px 1px 3px 2px #3478ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,120,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3478ca


Comments

No comments written yet.

Please login to write comment.