Color Hex Logo

#397be5 Color Hex

#397BE5
(57,123,229)
0 Favorites   0 Comments

Color spaces of #397be5

RGB 57123229
HSL0.600.770.56
HSV217°75°90°
CMYK 0.750.460.00   0.10
XYZ22.913220.692976.9152
Yxy20.69290.19010.1717
Hunter Lab45.489410.3046-68.4071
CIE-Lab52.611715.4451-59.8244

#397be5 color RGB value is (57,123,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111011 11100101
Octal 71 173 345
Decimal 57 123 229
Hex 39 7B E5

RGB Percentages of Color #397be5

%13.94
%30.07
%55.99

CMYK Percentages of Color #397be5

%75
%46
%0
%10

Triadic Colors of #397be5

#397be5 #e5397b #7be539

Analogous Colors of #397be5

#397be5 #4d39e5 #39d1e5

Monochromatic Colors of #397be5

#397be5

Complementary Color

#397be5 #e5a339

#397be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397be5 Color CSS Codes

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

#397be5 Text Font Color

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

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


#397be5 Background Color

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

This div background color is #397be5


#397be5 Border Color

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

This div border color is #397be5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397be5


Comments

No comments written yet.

Please login to write comment.