Color Hex Logo

#3448be Color Hex

#3448BE
(52,72,190)
0 Favorites   0 Comments

Color spaces of #3448be

RGB 5272190
HSL0.640.570.47
HSV231°73°75°
CMYK 0.730.620.00   0.25
XYZ13.02789.082549.7817
Yxy9.08250.18120.1263
Hunter Lab30.137224.4225-76.8413
CIE-Lab36.142733.0460-64.1742

#3448be color RGB value is (52,72,190).

#3448be hex color red value is 52, green value is 72 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3448be hue: 0.64 , saturation: 0.57 and the lightness value of 3448be is 0.47.

The process color (four color CMYK) of #3448be color hex is 0.73, 0.62, 0.00, 0.25. Web safe color of #3448be is #3333cc. Color #3448be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001000 10111110
Octal 64 110 276
Decimal 52 72 190
Hex 34 48 BE

RGB Percentages of Color #3448be

%16.56
%22.93
%60.51

CMYK Percentages of Color #3448be

%73
%62
%0
%25

Triadic Colors of #3448be

#3448be #be3448 #48be34

Analogous Colors of #3448be

#3448be #6534be #348dbe

Monochromatic Colors of #3448be

#3448be

Complementary Color

#3448be #beaa34

#3448be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3448be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3448be Color CSS Codes

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

#3448be Text Font Color

<p style="color:#3448be">Text here</p>

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


#3448be Background Color

<div style="background-color:#3448be">
Div content here</div>

This div background color is #3448be


#3448be Border Color

<div style="border:3px solid #3448be">
Div here</div>

This div border color is #3448be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,72,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3448be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3448be;
  -webkit-box-shadow: 1px 1px 3px 2px #3448be;
  box-shadow:         1px 1px 3px 2px #3448be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3448be


Comments

No comments written yet.

Please login to write comment.