Color Hex Logo

#364fee Color Hex

#364FEE
(54,79,238)
0 Favorites   0 Comments

Color spaces of #364fee

RGB 5479238
HSL0.640.840.57
HSV232°77°93°
CMYK 0.770.670.00   0.07
XYZ19.749912.549382.2702
Yxy12.54930.17240.1095
Hunter Lab35.425037.5224-112.8963
CIE-Lab42.076245.8221-82.0306

#364fee color RGB value is (54,79,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001111 11101110
Octal 66 117 356
Decimal 54 79 238
Hex 36 4F EE

RGB Percentages of Color #364fee

%14.56
%21.29
%64.15

CMYK Percentages of Color #364fee

%77
%67
%0
%7

Triadic Colors of #364fee

#364fee #ee364f #4fee36

Analogous Colors of #364fee

#364fee #7936ee #36abee

Monochromatic Colors of #364fee

#364fee

Complementary Color

#364fee #eed536

#364fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#364fee Color CSS Codes

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

#364fee Text Font Color

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

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


#364fee Background Color

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

This div background color is #364fee


#364fee Border Color

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

This div border color is #364fee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,79,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 #364fee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364fee


Comments

No comments written yet.

Please login to write comment.