Color Hex Logo

#397ced Color Hex

#397CED
(57,124,237)
0 Favorites   0 Comments

Color spaces of #397ced

RGB 57124237
HSL0.600.830.58
HSV218°76°93°
CMYK 0.760.480.00   0.07
XYZ24.181121.399682.9768
Yxy21.39960.18810.1665
Hunter Lab46.259712.3519-73.9677
CIE-Lab53.384117.7531-63.0542

#397ced color RGB value is (57,124,237).

#397ced hex color red value is 57, green value is 124 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #397ced hue: 0.60 , saturation: 0.83 and the lightness value of 397ced is 0.58.

The process color (four color CMYK) of #397ced color hex is 0.76, 0.48, 0.00, 0.07. Web safe color of #397ced is #3366ff. Color #397ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111100 11101101
Octal 71 174 355
Decimal 57 124 237
Hex 39 7C ED

RGB Percentages of Color #397ced

%13.64
%29.67
%56.70

CMYK Percentages of Color #397ced

%76
%48
%0
%7

Triadic Colors of #397ced

#397ced #ed397c #7ced39

Analogous Colors of #397ced

#397ced #5039ed #39d6ed

Monochromatic Colors of #397ced

#397ced

Complementary Color

#397ced #edaa39

#397ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#397ced Color CSS Codes

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

#397ced Text Font Color

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

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


#397ced Background Color

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

This div background color is #397ced


#397ced Border Color

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

This div border color is #397ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397ced


Comments

No comments written yet.

Please login to write comment.