Color Hex Logo

#397dde Color Hex

#397DDE
(57,125,222)
0 Favorites   0 Comments

Color spaces of #397dde

RGB 57125222
HSL0.600.710.55
HSV215°74°87°
CMYK 0.740.440.00   0.13
XYZ22.205820.811071.9538
Yxy20.81100.19310.1810
Hunter Lab45.61917.0543-61.5832
CIE-Lab52.742011.6476-55.6845

#397dde color RGB value is (57,125,222).

#397dde hex color red value is 57, green value is 125 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #397dde hue: 0.60 , saturation: 0.71 and the lightness value of 397dde is 0.55.

The process color (four color CMYK) of #397dde color hex is 0.74, 0.44, 0.00, 0.13. Web safe color of #397dde is #3366cc. Color #397dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111101 11011110
Octal 71 175 336
Decimal 57 125 222
Hex 39 7D DE

RGB Percentages of Color #397dde

%14.11
%30.94
%54.95

CMYK Percentages of Color #397dde

%74
%44
%0
%13

Triadic Colors of #397dde

#397dde #de397d #7dde39

Analogous Colors of #397dde

#397dde #4839de #39d0de

Monochromatic Colors of #397dde

#397dde

Complementary Color

#397dde #de9a39

#397dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#397dde Color CSS Codes

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

#397dde Text Font Color

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

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


#397dde Background Color

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

This div background color is #397dde


#397dde Border Color

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

This div border color is #397dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,125,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397dde


Comments

No comments written yet.

Please login to write comment.