Color Hex Logo

#363fef Color Hex

#363FEF
(54,63,239)
0 Favorites   0 Comments

Color spaces of #363fef

RGB 5463239
HSL0.660.850.57
HSV237°77°94°
CMYK 0.770.740.00   0.06
XYZ18.878810.571382.7068
Yxy10.57130.16830.0943
Hunter Lab32.513546.7463-128.0604
CIE-Lab38.848855.3132-87.9166

#363fef color RGB value is (54,63,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111111 11101111
Octal 66 77 357
Decimal 54 63 239
Hex 36 3F EF

RGB Percentages of Color #363fef

%15.17
%17.70
%67.13

CMYK Percentages of Color #363fef

%77
%74
%0
%6

Triadic Colors of #363fef

#363fef #ef363f #3fef36

Analogous Colors of #363fef

#363fef #8a36ef #369cef

Monochromatic Colors of #363fef

#363fef

Complementary Color

#363fef #efe636

#363fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#363fef Color CSS Codes

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

#363fef Text Font Color

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

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


#363fef Background Color

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

This div background color is #363fef


#363fef Border Color

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

This div border color is #363fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363fef


Comments

No comments written yet.

Please login to write comment.