Color Hex Logo

#3948df Color Hex

#3948DF
(57,72,223)
0 Favorites   0 Comments

Color spaces of #3948df

RGB 5772223
HSL0.650.720.55
HSV235°74°87°
CMYK 0.740.680.00   0.13
XYZ17.324010.832370.9898
Yxy10.83230.17470.1093
Hunter Lab32.912536.3595-104.8455
CIE-Lab39.296645.1441-78.0849

#3948df color RGB value is (57,72,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001000 11011111
Octal 71 110 337
Decimal 57 72 223
Hex 39 48 DF

RGB Percentages of Color #3948df

%16.19
%20.45
%63.35

CMYK Percentages of Color #3948df

%74
%68
%0
%13

Triadic Colors of #3948df

#3948df #df3948 #48df39

Analogous Colors of #3948df

#3948df #7d39df #399bdf

Monochromatic Colors of #3948df

#3948df

Complementary Color

#3948df #dfd039

#3948df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3948df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3948df Color CSS Codes

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

#3948df Text Font Color

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

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


#3948df Background Color

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

This div background color is #3948df


#3948df Border Color

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

This div border color is #3948df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3948df


Comments

No comments written yet.

Please login to write comment.