Color Hex Logo

#363aef Color Hex

#363AEF
(54,58,239)
0 Favorites   0 Comments

Color spaces of #363aef

RGB 5458239
HSL0.660.850.57
HSV239°77°94°
CMYK 0.770.760.00   0.06
XYZ18.614410.042482.6186
Yxy10.04240.16730.0902
Hunter Lab31.689749.3930-132.3926
CIE-Lab37.918457.9553-89.4559

#363aef color RGB value is (54,58,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111010 11101111
Octal 66 72 357
Decimal 54 58 239
Hex 36 3A EF

RGB Percentages of Color #363aef

%15.38
%16.52
%68.09

CMYK Percentages of Color #363aef

%77
%76
%0
%6

Triadic Colors of #363aef

#363aef #ef363a #3aef36

Analogous Colors of #363aef

#363aef #8f36ef #3697ef

Monochromatic Colors of #363aef

#363aef

Complementary Color

#363aef #efeb36

#363aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#363aef Color CSS Codes

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

#363aef Text Font Color

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

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


#363aef Background Color

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

This div background color is #363aef


#363aef Border Color

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

This div border color is #363aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363aef


Comments

No comments written yet.

Please login to write comment.