Color Hex Logo

#399dca Color Hex

#399DCA
(57,157,202)
0 Favorites   0 Comments

Color spaces of #399dca

RGB 57157202
HSL0.550.580.51
HSV199°72°79°
CMYK 0.720.220.00   0.21
XYZ24.405029.248160.2363
Yxy29.24810.21430.2568
Hunter Lab54.0815-14.0922-28.1805
CIE-Lab61.0000-14.0992-31.4249

#399dca color RGB value is (57,157,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011101 11001010
Octal 71 235 312
Decimal 57 157 202
Hex 39 9D CA

RGB Percentages of Color #399dca

%13.70
%37.74
%48.56

CMYK Percentages of Color #399dca

%72
%22
%0
%21

Triadic Colors of #399dca

#399dca #ca399d #9dca39

Analogous Colors of #399dca

#399dca #3954ca #39caaf

Monochromatic Colors of #399dca

#399dca

Complementary Color

#399dca #ca6639

#399dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#399dca Color CSS Codes

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

#399dca Text Font Color

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

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


#399dca Background Color

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

This div background color is #399dca


#399dca Border Color

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

This div border color is #399dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399dca


Comments

No comments written yet.

Please login to write comment.