Color Hex Logo

#3475fa Color Hex

#3475FA
(52,117,250)
0 Favorites   0 Comments

Color spaces of #3475fa

RGB 52117250
HSL0.610.950.59
HSV220°79°98°
CMYK 0.790.530.00   0.02
XYZ25.032820.354893.0520
Yxy20.35480.18080.1470
Hunter Lab45.116320.0873-90.7038
CIE-Lab52.236026.3785-72.1469

#3475fa color RGB value is (52,117,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110101 11111010
Octal 64 165 372
Decimal 52 117 250
Hex 34 75 FA

RGB Percentages of Color #3475fa

%12.41
%27.92
%59.67

CMYK Percentages of Color #3475fa

%79
%53
%0
%2

Triadic Colors of #3475fa

#3475fa #fa3475 #75fa34

Analogous Colors of #3475fa

#3475fa #5634fa #34d8fa

Monochromatic Colors of #3475fa

#3475fa

Complementary Color

#3475fa #fab934

#3475fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3475fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3475fa Color CSS Codes

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

#3475fa Text Font Color

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

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


#3475fa Background Color

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

This div background color is #3475fa


#3475fa Border Color

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

This div border color is #3475fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3475fa


Comments

No comments written yet.

Please login to write comment.