Color Hex Logo

#3946ca Color Hex

#3946CA
(57,70,202)
0 Favorites   0 Comments

Color spaces of #3946ca

RGB 5770202
HSL0.650.580.51
HSV235°72°79°
CMYK 0.720.650.00   0.21
XYZ14.53829.514456.9473
Yxy9.51440.17950.1175
Hunter Lab30.845430.1519-87.8703
CIE-Lab36.956439.1392-69.8350

#3946ca color RGB value is (57,70,202).

#3946ca hex color red value is 57, green value is 70 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3946ca hue: 0.65 , saturation: 0.58 and the lightness value of 3946ca is 0.51.

The process color (four color CMYK) of #3946ca color hex is 0.72, 0.65, 0.00, 0.21. Web safe color of #3946ca is #3333cc. Color #3946ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000110 11001010
Octal 71 106 312
Decimal 57 70 202
Hex 39 46 CA

RGB Percentages of Color #3946ca

%17.33
%21.28
%61.40

CMYK Percentages of Color #3946ca

%72
%65
%0
%21

Triadic Colors of #3946ca

#3946ca #ca3946 #46ca39

Analogous Colors of #3946ca

#3946ca #7539ca #398fca

Monochromatic Colors of #3946ca

#3946ca

Complementary Color

#3946ca #cabd39

#3946ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3946ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3946ca Color CSS Codes

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

#3946ca Text Font Color

<p style="color:#3946ca">Text here</p>

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


#3946ca Background Color

<div style="background-color:#3946ca">
Div content here</div>

This div background color is #3946ca


#3946ca Border Color

<div style="border:3px solid #3946ca">
Div here</div>

This div border color is #3946ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,70,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3946ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3946ca;
  -webkit-box-shadow: 1px 1px 3px 2px #3946ca;
  box-shadow:         1px 1px 3px 2px #3946ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3946ca


Comments

No comments written yet.

Please login to write comment.