Color Hex Logo

#3a4dee Color Hex

#3A4DEE
(58,77,238)
0 Favorites   0 Comments

Color spaces of #3a4dee

RGB 5877238
HSL0.650.840.58
HSV234°76°93°
CMYK 0.760.680.00   0.07
XYZ19.831412.380382.2333
Yxy12.38030.17330.1082
Hunter Lab35.185739.0316-113.9382
CIE-Lab41.814347.3577-82.4549

#3a4dee color RGB value is (58,77,238).

#3a4dee hex color red value is 58, green value is 77 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3a4dee hue: 0.65 , saturation: 0.84 and the lightness value of 3a4dee is 0.58.

The process color (four color CMYK) of #3a4dee color hex is 0.76, 0.68, 0.00, 0.07. Web safe color of #3a4dee is #3366ff. Color #3a4dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01001101 11101110
Octal 72 115 356
Decimal 58 77 238
Hex 3A 4D EE

RGB Percentages of Color #3a4dee

%15.55
%20.64
%63.81

CMYK Percentages of Color #3a4dee

%76
%68
%0
%7

Triadic Colors of #3a4dee

#3a4dee #ee3a4d #4dee3a

Analogous Colors of #3a4dee

#3a4dee #813aee #3aa7ee

Monochromatic Colors of #3a4dee

#3a4dee

Complementary Color

#3a4dee #eedb3a

#3a4dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a4dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a4dee Color CSS Codes

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

#3a4dee Text Font Color

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

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


#3a4dee Background Color

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

This div background color is #3a4dee


#3a4dee Border Color

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

This div border color is #3a4dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a4dee


Comments

No comments written yet.

Please login to write comment.