Color Hex Logo

#397aca Color Hex

#397ACA
(57,122,202)
0 Favorites   0 Comments

Color spaces of #397aca

RGB 57122202
HSL0.590.580.51
HSV213°72°79°
CMYK 0.720.400.00   0.21
XYZ19.307519.053258.5371
Yxy19.05320.19930.1966
Hunter Lab43.65002.5677-48.9563
CIE-Lab50.74946.2094-47.5397

#397aca color RGB value is (57,122,202).

#397aca hex color red value is 57, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #397aca hue: 0.59 , saturation: 0.58 and the lightness value of 397aca is 0.51.

The process color (four color CMYK) of #397aca color hex is 0.72, 0.40, 0.00, 0.21. Web safe color of #397aca is #3366cc. Color #397aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111010 11001010
Octal 71 172 312
Decimal 57 122 202
Hex 39 7A CA

RGB Percentages of Color #397aca

%14.96
%32.02
%53.02

CMYK Percentages of Color #397aca

%72
%40
%0
%21

Triadic Colors of #397aca

#397aca #ca397a #7aca39

Analogous Colors of #397aca

#397aca #4139ca #39c3ca

Monochromatic Colors of #397aca

#397aca

Complementary Color

#397aca #ca8939

#397aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#397aca Color CSS Codes

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

#397aca Text Font Color

<p style="color:#397aca">Text here</p>

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


#397aca Background Color

<div style="background-color:#397aca">
Div content here</div>

This div background color is #397aca


#397aca Border Color

<div style="border:3px solid #397aca">
Div here</div>

This div border color is #397aca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,122,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #397aca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #397aca;
  -webkit-box-shadow: 1px 1px 3px 2px #397aca;
  box-shadow:         1px 1px 3px 2px #397aca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,122,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 #397aca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397aca


Comments

No comments written yet.

Please login to write comment.