Color Hex Logo

#3984ea Color Hex

#3984EA
(57,132,234)
0 Favorites   0 Comments

Color spaces of #3984ea

RGB 57132234
HSL0.600.810.57
HSV215°76°92°
CMYK 0.760.440.00   0.08
XYZ24.789923.312981.0352
Yxy23.31290.19200.1805
Hunter Lab48.28347.1503-65.7094
CIE-Lab55.393211.7300-58.1541

#3984ea color RGB value is (57,132,234).

#3984ea hex color red value is 57, green value is 132 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3984ea hue: 0.60 , saturation: 0.81 and the lightness value of 3984ea is 0.57.

The process color (four color CMYK) of #3984ea color hex is 0.76, 0.44, 0.00, 0.08. Web safe color of #3984ea is #3399ff. Color #3984ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10000100 11101010
Octal 71 204 352
Decimal 57 132 234
Hex 39 84 EA

RGB Percentages of Color #3984ea

%13.48
%31.21
%55.32

CMYK Percentages of Color #3984ea

%76
%44
%0
%8

Triadic Colors of #3984ea

#3984ea #ea3984 #84ea39

Analogous Colors of #3984ea

#3984ea #4639ea #39ddea

Monochromatic Colors of #3984ea

#3984ea

Complementary Color

#3984ea #ea9f39

#3984ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3984ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3984ea Color CSS Codes

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

#3984ea Text Font Color

<p style="color:#3984ea">Text here</p>

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


#3984ea Background Color

<div style="background-color:#3984ea">
Div content here</div>

This div background color is #3984ea


#3984ea Border Color

<div style="border:3px solid #3984ea">
Div here</div>

This div border color is #3984ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,132,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3984ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3984ea;
  -webkit-box-shadow: 1px 1px 3px 2px #3984ea;
  box-shadow:         1px 1px 3px 2px #3984ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3984ea


Comments

No comments written yet.

Please login to write comment.