Color Hex Logo

#3947ea Color Hex

#3947EA
(57,71,234)
0 Favorites   0 Comments

Color spaces of #3947ea

RGB 5771234
HSL0.650.810.57
HSV235°76°92°
CMYK 0.760.700.00   0.08
XYZ18.791911.316879.0358
Yxy11.31680.17220.1037
Hunter Lab33.640540.8411-115.7492
CIE-Lab40.109049.4332-83.0030

#3947ea color RGB value is (57,71,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000111 11101010
Octal 71 107 352
Decimal 57 71 234
Hex 39 47 EA

RGB Percentages of Color #3947ea

%15.75
%19.61
%64.64

CMYK Percentages of Color #3947ea

%76
%70
%0
%8

Triadic Colors of #3947ea

#3947ea #ea3947 #47ea39

Analogous Colors of #3947ea

#3947ea #8439ea #39a0ea

Monochromatic Colors of #3947ea

#3947ea

Complementary Color

#3947ea #eadc39

#3947ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3947ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3947ea Color CSS Codes

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

#3947ea Text Font Color

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

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


#3947ea Background Color

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

This div background color is #3947ea


#3947ea Border Color

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

This div border color is #3947ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3947ea


Comments

No comments written yet.

Please login to write comment.