Color Hex Logo

#364fec Color Hex

#364FEC
(54,79,236)
0 Favorites   0 Comments

Color spaces of #364fec

RGB 5479236
HSL0.640.830.57
HSV232°77°93°
CMYK 0.770.670.00   0.07
XYZ19.457612.432480.7310
Yxy12.43240.17280.1104
Hunter Lab35.259636.7988-111.0697
CIE-Lab41.895345.1335-81.1993

#364fec color RGB value is (54,79,236).

#364fec hex color red value is 54, green value is 79 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #364fec hue: 0.64 , saturation: 0.83 and the lightness value of 364fec is 0.57.

The process color (four color CMYK) of #364fec color hex is 0.77, 0.67, 0.00, 0.07. Web safe color of #364fec is #3366ff. Color #364fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001111 11101100
Octal 66 117 354
Decimal 54 79 236
Hex 36 4F EC

RGB Percentages of Color #364fec

%14.63
%21.41
%63.96

CMYK Percentages of Color #364fec

%77
%67
%0
%7

Triadic Colors of #364fec

#364fec #ec364f #4fec36

Analogous Colors of #364fec

#364fec #7836ec #36aaec

Monochromatic Colors of #364fec

#364fec

Complementary Color

#364fec #ecd336

#364fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#364fec Color CSS Codes

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

#364fec Text Font Color

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

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


#364fec Background Color

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

This div background color is #364fec


#364fec Border Color

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

This div border color is #364fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364fec


Comments

No comments written yet.

Please login to write comment.