Color Hex Logo

#397de4 Color Hex

#397DE4
(57,125,228)
0 Favorites   0 Comments

Color spaces of #397de4

RGB 57125228
HSL0.600.760.56
HSV216°75°89°
CMYK 0.750.450.00   0.11
XYZ23.024521.138576.2654
Yxy21.13850.19120.1755
Hunter Lab45.97668.9314-66.1658
CIE-Lab53.100713.8403-58.4783

#397de4 color RGB value is (57,125,228).

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

The process color (four color CMYK) of #397de4 color hex is 0.75, 0.45, 0.00, 0.11. Web safe color of #397de4 is #3366cc. Color #397de4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111101 11100100
Octal 71 175 344
Decimal 57 125 228
Hex 39 7D E4

RGB Percentages of Color #397de4

%13.90
%30.49
%55.61

CMYK Percentages of Color #397de4

%75
%45
%0
%11

Triadic Colors of #397de4

#397de4 #e4397d #7de439

Analogous Colors of #397de4

#397de4 #4b39e4 #39d3e4

Monochromatic Colors of #397de4

#397de4

Complementary Color

#397de4 #e4a039

#397de4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397de4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397de4 Color CSS Codes

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

#397de4 Text Font Color

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

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


#397de4 Background Color

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

This div background color is #397de4


#397de4 Border Color

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

This div border color is #397de4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397de4


Comments

No comments written yet.

Please login to write comment.