Color Hex Logo

#363fca Color Hex

#363FCA
(54,63,202)
0 Favorites   0 Comments

Color spaces of #363fca

RGB 5463202
HSL0.660.580.50
HSV236°73°79°
CMYK 0.730.690.00   0.21
XYZ13.95958.603656.8020
Yxy8.60360.17590.1084
Hunter Lab29.331933.6201-94.2844
CIE-Lab35.209643.0724-72.7096

#363fca color RGB value is (54,63,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111111 11001010
Octal 66 77 312
Decimal 54 63 202
Hex 36 3F CA

RGB Percentages of Color #363fca

%16.93
%19.75
%63.32

CMYK Percentages of Color #363fca

%73
%69
%0
%21

Triadic Colors of #363fca

#363fca #ca363f #3fca36

Analogous Colors of #363fca

#363fca #7736ca #3689ca

Monochromatic Colors of #363fca

#363fca

Complementary Color

#363fca #cac136

#363fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#363fca Color CSS Codes

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

#363fca Text Font Color

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

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


#363fca Background Color

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

This div background color is #363fca


#363fca Border Color

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

This div border color is #363fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363fca


Comments

No comments written yet.

Please login to write comment.