Color Hex Logo

#3952ef Color Hex

#3952EF
(57,82,239)
0 Favorites   0 Comments

Color spaces of #3952ef

RGB 5782239
HSL0.640.850.58
HSV232°76°94°
CMYK 0.760.660.00   0.06
XYZ20.284613.136483.1278
Yxy13.13640.17400.1127
Hunter Lab36.244236.4729-110.6136
CIE-Lab42.968144.6265-81.1236

#3952ef color RGB value is (57,82,239).

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

The process color (four color CMYK) of #3952ef color hex is 0.76, 0.66, 0.00, 0.06. Web safe color of #3952ef is #3366ff. Color #3952ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010010 11101111
Octal 71 122 357
Decimal 57 82 239
Hex 39 52 EF

RGB Percentages of Color #3952ef

%15.08
%21.69
%63.23

CMYK Percentages of Color #3952ef

%76
%66
%0
%6

Triadic Colors of #3952ef

#3952ef #ef3952 #52ef39

Analogous Colors of #3952ef

#3952ef #7b39ef #39adef

Monochromatic Colors of #3952ef

#3952ef

Complementary Color

#3952ef #efd639

#3952ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3952ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3952ef Color CSS Codes

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

#3952ef Text Font Color

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

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


#3952ef Background Color

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

This div background color is #3952ef


#3952ef Border Color

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

This div border color is #3952ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3952ef


Comments

No comments written yet.

Please login to write comment.