Color Hex Logo

#3a42da Color Hex

#3A42DA
(58,66,218)
0 Favorites   0 Comments

Color spaces of #3a42da

RGB 5866218
HSL0.660.680.54
HSV237°73°85°
CMYK 0.730.700.00   0.15
XYZ16.34809.857967.3708
Yxy9.85790.17470.1053
Hunter Lab31.397337.9964-105.2435
CIE-Lab37.586247.0895-78.0353

#3a42da color RGB value is (58,66,218).

#3a42da hex color red value is 58, green value is 66 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3a42da hue: 0.66 , saturation: 0.68 and the lightness value of 3a42da is 0.54.

The process color (four color CMYK) of #3a42da color hex is 0.73, 0.70, 0.00, 0.15. Web safe color of #3a42da is #3333cc. Color #3a42da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01000010 11011010
Octal 72 102 332
Decimal 58 66 218
Hex 3A 42 DA

RGB Percentages of Color #3a42da

%16.96
%19.30
%63.74

CMYK Percentages of Color #3a42da

%73
%70
%0
%15

Triadic Colors of #3a42da

#3a42da #da3a42 #42da3a

Analogous Colors of #3a42da

#3a42da #823ada #3a92da

Monochromatic Colors of #3a42da

#3a42da

Complementary Color

#3a42da #dad23a

#3a42da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a42da Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a42da Color CSS Codes

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

#3a42da Text Font Color

<p style="color:#3a42da">Text here</p>

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


#3a42da Background Color

<div style="background-color:#3a42da">
Div content here</div>

This div background color is #3a42da


#3a42da Border Color

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

This div border color is #3a42da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,66,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a42da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a42da;
  -webkit-box-shadow: 1px 1px 3px 2px #3a42da;
  box-shadow:         1px 1px 3px 2px #3a42da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,66,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a42da


Comments

No comments written yet.

Please login to write comment.