Color Hex Logo

#3546ee Color Hex

#3546EE
(53,70,238)
0 Favorites   0 Comments

Color spaces of #3546ee

RGB 5370238
HSL0.650.840.57
HSV234°78°93°
CMYK 0.780.710.00   0.07
XYZ19.091011.310282.0658
Yxy11.31020.16970.1006
Hunter Lab33.630642.4749-121.1386
CIE-Lab40.098151.0174-85.2900

#3546ee color RGB value is (53,70,238).

#3546ee hex color red value is 53, green value is 70 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3546ee hue: 0.65 , saturation: 0.84 and the lightness value of 3546ee is 0.57.

The process color (four color CMYK) of #3546ee color hex is 0.78, 0.71, 0.00, 0.07. Web safe color of #3546ee is #3333ff. Color #3546ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000110 11101110
Octal 65 106 356
Decimal 53 70 238
Hex 35 46 EE

RGB Percentages of Color #3546ee

%14.68
%19.39
%65.93

CMYK Percentages of Color #3546ee

%78
%71
%0
%7

Triadic Colors of #3546ee

#3546ee #ee3546 #46ee35

Analogous Colors of #3546ee

#3546ee #8135ee #35a3ee

Monochromatic Colors of #3546ee

#3546ee

Complementary Color

#3546ee #eedd35

#3546ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3546ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3546ee Color CSS Codes

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

#3546ee Text Font Color

<p style="color:#3546ee">Text here</p>

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


#3546ee Background Color

<div style="background-color:#3546ee">
Div content here</div>

This div background color is #3546ee


#3546ee Border Color

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

This div border color is #3546ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,70,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3546ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3546ee;
  -webkit-box-shadow: 1px 1px 3px 2px #3546ee;
  box-shadow:         1px 1px 3px 2px #3546ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,70,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 #3546ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3546ee


Comments

No comments written yet.

Please login to write comment.