Color Hex Logo

#399cca Color Hex

#399CCA
(57,156,202)
0 Favorites   0 Comments

Color spaces of #399cca

RGB 57156202
HSL0.550.580.51
HSV199°72°79°
CMYK 0.720.230.00   0.21
XYZ24.236528.911160.1801
Yxy28.91110.21390.2551
Hunter Lab53.7690-13.6366-28.7210
CIE-Lab60.7031-13.5526-31.8857

#399cca color RGB value is (57,156,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011100 11001010
Octal 71 234 312
Decimal 57 156 202
Hex 39 9C CA

RGB Percentages of Color #399cca

%13.73
%37.59
%48.67

CMYK Percentages of Color #399cca

%72
%23
%0
%21

Triadic Colors of #399cca

#399cca #ca399c #9cca39

Analogous Colors of #399cca

#399cca #3953ca #39cab0

Monochromatic Colors of #399cca

#399cca

Complementary Color

#399cca #ca6739

#399cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#399cca Color CSS Codes

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

#399cca Text Font Color

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

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


#399cca Background Color

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

This div background color is #399cca


#399cca Border Color

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

This div border color is #399cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,156,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 #399cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399cca


Comments

No comments written yet.

Please login to write comment.