Color Hex Logo

#3997dc Color Hex

#3997DC
(57,151,220)
0 Favorites   0 Comments

Color spaces of #3997dc

RGB 57151220
HSL0.570.700.54
HSV205°74°86°
CMYK 0.740.310.00   0.14
XYZ25.672228.170471.7945
Yxy28.17040.20430.2242
Hunter Lab53.0758-6.5441-43.0473
CIE-Lab60.0424-4.5637-42.9690

#3997dc color RGB value is (57,151,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010111 11011100
Octal 71 227 334
Decimal 57 151 220
Hex 39 97 DC

RGB Percentages of Color #3997dc

%13.32
%35.28
%51.40

CMYK Percentages of Color #3997dc

%74
%31
%0
%14

Triadic Colors of #3997dc

#3997dc #dc3997 #97dc39

Analogous Colors of #3997dc

#3997dc #3945dc #39dcd0

Monochromatic Colors of #3997dc

#3997dc

Complementary Color

#3997dc #dc7e39

#3997dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3997dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3997dc Color CSS Codes

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

#3997dc Text Font Color

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

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


#3997dc Background Color

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

This div background color is #3997dc


#3997dc Border Color

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

This div border color is #3997dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3997dc


Comments

No comments written yet.

Please login to write comment.