Color Hex Logo

#3951dc Color Hex

#3951DC
(57,81,220)
0 Favorites   0 Comments

Color spaces of #3951dc

RGB 5781220
HSL0.640.700.54
HSV231°74°86°
CMYK 0.740.630.00   0.14
XYZ17.548011.922069.0864
Yxy11.92200.17810.1210
Hunter Lab34.528230.2931-94.4616
CIE-Lab41.091938.6223-73.4255

#3951dc color RGB value is (57,81,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010001 11011100
Octal 71 121 334
Decimal 57 81 220
Hex 39 51 DC

RGB Percentages of Color #3951dc

%15.92
%22.63
%61.45

CMYK Percentages of Color #3951dc

%74
%63
%0
%14

Triadic Colors of #3951dc

#3951dc #dc3951 #51dc39

Analogous Colors of #3951dc

#3951dc #7339dc #39a3dc

Monochromatic Colors of #3951dc

#3951dc

Complementary Color

#3951dc #dcc439

#3951dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3951dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3951dc Color CSS Codes

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

#3951dc Text Font Color

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

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


#3951dc Background Color

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

This div background color is #3951dc


#3951dc Border Color

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

This div border color is #3951dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3951dc

#3951dc Color Palettes


Comments

No comments written yet.

Please login to write comment.