Color Hex Logo

#364ede Color Hex

#364EDE
(54,78,222)
0 Favorites   0 Comments

Color spaces of #364ede

RGB 5478222
HSL0.640.720.54
HSV231°76°87°
CMYK 0.760.650.00   0.13
XYZ17.430511.507070.4096
Yxy11.50700.17550.1158
Hunter Lab33.922032.3572-99.3190
CIE-Lab40.421640.8746-75.6714

#364ede color RGB value is (54,78,222).

#364ede hex color red value is 54, green value is 78 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #364ede hue: 0.64 , saturation: 0.72 and the lightness value of 364ede is 0.54.

The process color (four color CMYK) of #364ede color hex is 0.76, 0.65, 0.00, 0.13. Web safe color of #364ede is #3366cc. Color #364ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001110 11011110
Octal 66 116 336
Decimal 54 78 222
Hex 36 4E DE

RGB Percentages of Color #364ede

%15.25
%22.03
%62.71

CMYK Percentages of Color #364ede

%76
%65
%0
%13

Triadic Colors of #364ede

#364ede #de364e #4ede36

Analogous Colors of #364ede

#364ede #7236de #36a2de

Monochromatic Colors of #364ede

#364ede

Complementary Color

#364ede #dec636

#364ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#364ede Color CSS Codes

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

#364ede Text Font Color

<p style="color:#364ede">Text here</p>

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


#364ede Background Color

<div style="background-color:#364ede">
Div content here</div>

This div background color is #364ede


#364ede Border Color

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

This div border color is #364ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,78,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #364ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #364ede;
  -webkit-box-shadow: 1px 1px 3px 2px #364ede;
  box-shadow:         1px 1px 3px 2px #364ede; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,78,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364ede


Comments

No comments written yet.

Please login to write comment.