Color Hex Logo

#362fef Color Hex

#362FEF
(54,47,239)
0 Favorites   0 Comments

Color spaces of #362fef

RGB 5447239
HSL0.670.860.56
HSV242°80°94°
CMYK 0.770.800.00   0.06
XYZ18.11789.049382.4531
Yxy9.04930.16530.0826
Hunter Lab30.082154.8633-141.4529
CIE-Lab36.079063.2782-92.5053

#362fef color RGB value is (54,47,239).

#362fef hex color red value is 54, green value is 47 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #362fef hue: 0.67 , saturation: 0.86 and the lightness value of 362fef is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00101111 11101111
Octal 66 57 357
Decimal 54 47 239
Hex 36 2F EF

RGB Percentages of Color #362fef

%15.88
%13.82
%70.29

CMYK Percentages of Color #362fef

%77
%80
%0
%6

Triadic Colors of #362fef

#362fef #ef362f #2fef36

Analogous Colors of #362fef

#362fef #962fef #2f88ef

Monochromatic Colors of #362fef

#362fef

Complementary Color

#362fef #e8ef2f

#362fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#362fef Color CSS Codes

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

#362fef Text Font Color

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

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


#362fef Background Color

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

This div background color is #362fef


#362fef Border Color

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

This div border color is #362fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362fef


Comments

No comments written yet.

Please login to write comment.