Color Hex Logo

#3a49ee Color Hex

#3A49EE
(58,73,238)
0 Favorites   0 Comments

Color spaces of #3a49ee

RGB 5873238
HSL0.650.840.58
HSV235°76°93°
CMYK 0.760.690.00   0.07
XYZ19.560111.837782.1429
Yxy11.83770.17230.1043
Hunter Lab34.406041.2684-117.4684
CIE-Lab40.957049.6942-83.8661

#3a49ee color RGB value is (58,73,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01001001 11101110
Octal 72 111 356
Decimal 58 73 238
Hex 3A 49 EE

RGB Percentages of Color #3a49ee

%15.72
%19.78
%64.50

CMYK Percentages of Color #3a49ee

%76
%69
%0
%7

Triadic Colors of #3a49ee

#3a49ee #ee3a49 #49ee3a

Analogous Colors of #3a49ee

#3a49ee #853aee #3aa3ee

Monochromatic Colors of #3a49ee

#3a49ee

Complementary Color

#3a49ee #eedf3a

#3a49ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a49ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a49ee Color CSS Codes

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

#3a49ee Text Font Color

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

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


#3a49ee Background Color

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

This div background color is #3a49ee


#3a49ee Border Color

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

This div border color is #3a49ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,73,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 #3a49ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a49ee


Comments

No comments written yet.

Please login to write comment.