Color Hex Logo

#3952dd Color Hex

#3952DD
(57,82,221)
0 Favorites   0 Comments

Color spaces of #3952dd

RGB 5782221
HSL0.640.710.55
HSV231°74°87°
CMYK 0.740.630.00   0.13
XYZ17.755812.124969.8111
Yxy12.12490.17810.1216
Hunter Lab34.820830.0841-94.4939
CIE-Lab41.413938.3536-73.4690

#3952dd color RGB value is (57,82,221).

#3952dd hex color red value is 57, green value is 82 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3952dd hue: 0.64 , saturation: 0.71 and the lightness value of 3952dd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010010 11011101
Octal 71 122 335
Decimal 57 82 221
Hex 39 52 DD

RGB Percentages of Color #3952dd

%15.83
%22.78
%61.39

CMYK Percentages of Color #3952dd

%74
%63
%0
%13

Triadic Colors of #3952dd

#3952dd #dd3952 #52dd39

Analogous Colors of #3952dd

#3952dd #7239dd #39a4dd

Monochromatic Colors of #3952dd

#3952dd

Complementary Color

#3952dd #ddc439

#3952dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3952dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3952dd Color CSS Codes

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

#3952dd Text Font Color

<p style="color:#3952dd">Text here</p>

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


#3952dd Background Color

<div style="background-color:#3952dd">
Div content here</div>

This div background color is #3952dd


#3952dd Border Color

<div style="border:3px solid #3952dd">
Div here</div>

This div border color is #3952dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,82,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3952dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3952dd;
  -webkit-box-shadow: 1px 1px 3px 2px #3952dd;
  box-shadow:         1px 1px 3px 2px #3952dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3952dd


Comments

No comments written yet.

Please login to write comment.