Color Hex Logo

#3990dc Color Hex

#3990DC
(57,144,220)
0 Favorites   0 Comments

Color spaces of #3990dc

RGB 57144220
HSL0.580.700.54
HSV208°74°86°
CMYK 0.740.350.00   0.14
XYZ24.578925.983771.4301
Yxy25.98370.20150.2130
Hunter Lab50.9742-3.1352-47.4011
CIE-Lab58.0216-0.5082-46.1582

#3990dc color RGB value is (57,144,220).

#3990dc hex color red value is 57, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3990dc hue: 0.58 , saturation: 0.70 and the lightness value of 3990dc is 0.54.

The process color (four color CMYK) of #3990dc color hex is 0.74, 0.35, 0.00, 0.14. Web safe color of #3990dc is #3399cc. Color #3990dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010000 11011100
Octal 71 220 334
Decimal 57 144 220
Hex 39 90 DC

RGB Percentages of Color #3990dc

%13.54
%34.20
%52.26

CMYK Percentages of Color #3990dc

%74
%35
%0
%14

Triadic Colors of #3990dc

#3990dc #dc3990 #90dc39

Analogous Colors of #3990dc

#3990dc #393fdc #39dcd7

Monochromatic Colors of #3990dc

#3990dc

Complementary Color

#3990dc #dc8539

#3990dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3990dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3990dc Color CSS Codes

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

#3990dc Text Font Color

<p style="color:#3990dc">Text here</p>

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


#3990dc Background Color

<div style="background-color:#3990dc">
Div content here</div>

This div background color is #3990dc


#3990dc Border Color

<div style="border:3px solid #3990dc">
Div here</div>

This div border color is #3990dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,144,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3990dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3990dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3990dc;
  box-shadow:         1px 1px 3px 2px #3990dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3990dc


Comments

No comments written yet.

Please login to write comment.