Color Hex Logo

#3948dc Color Hex

#3948DC
(57,72,220)
0 Favorites   0 Comments

Color spaces of #3948dc

RGB 5772220
HSL0.650.700.54
HSV234°74°86°
CMYK 0.740.670.00   0.14
XYZ16.923010.671968.8781
Yxy10.67190.17540.1106
Hunter Lab32.667935.2999-102.1416
CIE-Lab39.022344.1220-76.8208

#3948dc color RGB value is (57,72,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001000 11011100
Octal 71 110 334
Decimal 57 72 220
Hex 39 48 DC

RGB Percentages of Color #3948dc

%16.33
%20.63
%63.04

CMYK Percentages of Color #3948dc

%74
%67
%0
%14

Triadic Colors of #3948dc

#3948dc #dc3948 #48dc39

Analogous Colors of #3948dc

#3948dc #7c39dc #399adc

Monochromatic Colors of #3948dc

#3948dc

Complementary Color

#3948dc #dccd39

#3948dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3948dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3948dc Color CSS Codes

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

#3948dc Text Font Color

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

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


#3948dc Background Color

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

This div background color is #3948dc


#3948dc Border Color

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

This div border color is #3948dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3948dc


Comments

No comments written yet.

Please login to write comment.