Color Hex Logo

#3471eb Color Hex

#3471EB
(52,113,235)
1 Favorites   0 Comments

Color spaces of #3471eb

RGB 52113235
HSL0.610.820.56
HSV220°78°92°
CMYK 0.780.520.00   0.08
XYZ22.316718.538580.9993
Yxy18.53850.18310.1521
Hunter Lab43.056417.1704-81.3992
CIE-Lab50.142823.3627-67.1796

#3471eb color RGB value is (52,113,235).

#3471eb hex color red value is 52, green value is 113 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3471eb hue: 0.61 , saturation: 0.82 and the lightness value of 3471eb is 0.56.

The process color (four color CMYK) of #3471eb color hex is 0.78, 0.52, 0.00, 0.08. Web safe color of #3471eb is #3366ff. Color #3471eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110001 11101011
Octal 64 161 353
Decimal 52 113 235
Hex 34 71 EB

RGB Percentages of Color #3471eb

%13.00
%28.25
%58.75

CMYK Percentages of Color #3471eb

%78
%52
%0
%8

Triadic Colors of #3471eb

#3471eb #eb3471 #71eb34

Analogous Colors of #3471eb

#3471eb #5234eb #34cdeb

Monochromatic Colors of #3471eb

#3471eb

Complementary Color

#3471eb #ebae34

#3471eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3471eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3471eb Color CSS Codes

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

#3471eb Text Font Color

<p style="color:#3471eb">Text here</p>

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


#3471eb Background Color

<div style="background-color:#3471eb">
Div content here</div>

This div background color is #3471eb


#3471eb Border Color

<div style="border:3px solid #3471eb">
Div here</div>

This div border color is #3471eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,113,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3471eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3471eb;
  -webkit-box-shadow: 1px 1px 3px 2px #3471eb;
  box-shadow:         1px 1px 3px 2px #3471eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3471eb


Comments

No comments written yet.

Please login to write comment.