Color Hex Logo

#3475fc Color Hex

#3475FC
(52,117,252)
0 Favorites   0 Comments

Color spaces of #3475fc

RGB 52117252
HSL0.610.970.60
HSV221°79°99°
CMYK 0.790.540.00   0.01
XYZ25.348220.480994.7127
Yxy20.48090.18040.1457
Hunter Lab45.255820.7818-92.4047
CIE-Lab52.376627.1128-73.0269

#3475fc color RGB value is (52,117,252).

#3475fc hex color red value is 52, green value is 117 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3475fc hue: 0.61 , saturation: 0.97 and the lightness value of 3475fc is 0.60.

The process color (four color CMYK) of #3475fc color hex is 0.79, 0.54, 0.00, 0.01. Web safe color of #3475fc is #3366ff. Color #3475fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110101 11111100
Octal 64 165 374
Decimal 52 117 252
Hex 34 75 FC

RGB Percentages of Color #3475fc

%12.35
%27.79
%59.86

CMYK Percentages of Color #3475fc

%79
%54
%0
%1

Triadic Colors of #3475fc

#3475fc #fc3475 #75fc34

Analogous Colors of #3475fc

#3475fc #5734fc #34d9fc

Monochromatic Colors of #3475fc

#3475fc

Complementary Color

#3475fc #fcbb34

#3475fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3475fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3475fc Color CSS Codes

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

#3475fc Text Font Color

<p style="color:#3475fc">Text here</p>

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


#3475fc Background Color

<div style="background-color:#3475fc">
Div content here</div>

This div background color is #3475fc


#3475fc Border Color

<div style="border:3px solid #3475fc">
Div here</div>

This div border color is #3475fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,117,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3475fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3475fc;
  -webkit-box-shadow: 1px 1px 3px 2px #3475fc;
  box-shadow:         1px 1px 3px 2px #3475fc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3475fc

Related Colors


Comments

No comments written yet.

Please login to write comment.