Color Hex Logo

#365fef Color Hex

#365FEF
(54,95,239)
0 Favorites   0 Comments

Color spaces of #365fef

RGB 5495239
HSL0.630.850.57
HSV227°77°94°
CMYK 0.770.600.00   0.06
XYZ21.193515.200783.4784
Yxy15.20070.17680.1268
Hunter Lab38.988128.8016-99.6557
CIE-Lab45.907936.3526-76.3116

#365fef color RGB value is (54,95,239).

#365fef hex color red value is 54, green value is 95 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #365fef hue: 0.63 , saturation: 0.85 and the lightness value of 365fef is 0.57.

The process color (four color CMYK) of #365fef color hex is 0.77, 0.60, 0.00, 0.06. Web safe color of #365fef is #3366ff. Color #365fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011111 11101111
Octal 66 137 357
Decimal 54 95 239
Hex 36 5F EF

RGB Percentages of Color #365fef

%13.92
%24.48
%61.60

CMYK Percentages of Color #365fef

%77
%60
%0
%6

Triadic Colors of #365fef

#365fef #ef365f #5fef36

Analogous Colors of #365fef

#365fef #6a36ef #36bcef

Monochromatic Colors of #365fef

#365fef

Complementary Color

#365fef #efc636

#365fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#365fef Color CSS Codes

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

#365fef Text Font Color

<p style="color:#365fef">Text here</p>

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


#365fef Background Color

<div style="background-color:#365fef">
Div content here</div>

This div background color is #365fef


#365fef Border Color

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

This div border color is #365fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,95,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #365fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #365fef;
  -webkit-box-shadow: 1px 1px 3px 2px #365fef;
  box-shadow:         1px 1px 3px 2px #365fef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365fef


Comments

No comments written yet.

Please login to write comment.