Color Hex Logo

#399dcd Color Hex

#399DCD
(57,157,205)
0 Favorites   0 Comments

Color spaces of #399dcd

RGB 57157205
HSL0.550.600.51
HSV199°72°80°
CMYK 0.720.230.00   0.20
XYZ24.763829.391662.1256
Yxy29.39160.21300.2528
Hunter Lab54.2140-13.3396-29.9925
CIE-Lab61.1257-13.0912-32.9070

#399dcd color RGB value is (57,157,205).

#399dcd hex color red value is 57, green value is 157 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #399dcd hue: 0.55 , saturation: 0.60 and the lightness value of 399dcd is 0.51.

The process color (four color CMYK) of #399dcd color hex is 0.72, 0.23, 0.00, 0.20. Web safe color of #399dcd is #3399cc. Color #399dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011101 11001101
Octal 71 235 315
Decimal 57 157 205
Hex 39 9D CD

RGB Percentages of Color #399dcd

%13.60
%37.47
%48.93

CMYK Percentages of Color #399dcd

%72
%23
%0
%20

Triadic Colors of #399dcd

#399dcd #cd399d #9dcd39

Analogous Colors of #399dcd

#399dcd #3953cd #39cdb3

Monochromatic Colors of #399dcd

#399dcd

Complementary Color

#399dcd #cd6939

#399dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#399dcd Color CSS Codes

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

#399dcd Text Font Color

<p style="color:#399dcd">Text here</p>

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


#399dcd Background Color

<div style="background-color:#399dcd">
Div content here</div>

This div background color is #399dcd


#399dcd Border Color

<div style="border:3px solid #399dcd">
Div here</div>

This div border color is #399dcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,157,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #399dcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #399dcd;
  -webkit-box-shadow: 1px 1px 3px 2px #399dcd;
  box-shadow:         1px 1px 3px 2px #399dcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399dcd


Comments

No comments written yet.

Please login to write comment.