Color Hex Logo

#363def Color Hex

#363DEF
(54,61,239)
0 Favorites   0 Comments

Color spaces of #363def

RGB 5461239
HSL0.660.850.57
HSV238°77°94°
CMYK 0.770.740.00   0.06
XYZ18.770110.353882.6705
Yxy10.35380.16790.0926
Hunter Lab32.177347.8147-129.8047
CIE-Lab38.470156.3848-88.5429

#363def color RGB value is (54,61,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111101 11101111
Octal 66 75 357
Decimal 54 61 239
Hex 36 3D EF

RGB Percentages of Color #363def

%15.25
%17.23
%67.51

CMYK Percentages of Color #363def

%77
%74
%0
%6

Triadic Colors of #363def

#363def #ef363d #3def36

Analogous Colors of #363def

#363def #8c36ef #369aef

Monochromatic Colors of #363def

#363def

Complementary Color

#363def #efe836

#363def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363def Color Preview on White Background

Lorem ipsum dolor sit amet.

#363def Color CSS Codes

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

#363def Text Font Color

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

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


#363def Background Color

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

This div background color is #363def


#363def Border Color

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

This div border color is #363def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363def


Comments

No comments written yet.

Please login to write comment.