Color Hex Logo

#363fce Color Hex

#363FCE
(54,63,206)
0 Favorites   0 Comments

Color spaces of #363fce

RGB 5463206
HSL0.660.610.51
HSV236°74°81°
CMYK 0.740.690.00   0.19
XYZ14.43948.795559.3292
Yxy8.79550.17490.1065
Hunter Lab29.657235.0074-97.8495
CIE-Lab35.587544.4324-74.4111

#363fce color RGB value is (54,63,206).

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

The process color (four color CMYK) of #363fce color hex is 0.74, 0.69, 0.00, 0.19. Web safe color of #363fce is #3333cc. Color #363fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111111 11001110
Octal 66 77 316
Decimal 54 63 206
Hex 36 3F CE

RGB Percentages of Color #363fce

%16.72
%19.50
%63.78

CMYK Percentages of Color #363fce

%74
%69
%0
%19

Triadic Colors of #363fce

#363fce #ce363f #3fce36

Analogous Colors of #363fce

#363fce #7936ce #368bce

Monochromatic Colors of #363fce

#363fce

Complementary Color

#363fce #cec536

#363fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#363fce Color CSS Codes

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

#363fce Text Font Color

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

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


#363fce Background Color

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

This div background color is #363fce


#363fce Border Color

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

This div border color is #363fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363fce


Comments

No comments written yet.

Please login to write comment.