Color Hex Logo

#363ecc Color Hex

#363ECC
(54,62,204)
0 Favorites   0 Comments

Color spaces of #363ecc

RGB 5462204
HSL0.660.600.51
HSV237°74°80°
CMYK 0.740.700.00   0.20
XYZ14.14308.589258.0392
Yxy8.58920.17510.1063
Hunter Lab29.307334.8519-96.9007
CIE-Lab35.181044.3465-73.9194

#363ecc color RGB value is (54,62,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111110 11001100
Octal 66 76 314
Decimal 54 62 204
Hex 36 3E CC

RGB Percentages of Color #363ecc

%16.88
%19.38
%63.75

CMYK Percentages of Color #363ecc

%74
%70
%0
%20

Triadic Colors of #363ecc

#363ecc #cc363e #3ecc36

Analogous Colors of #363ecc

#363ecc #7936cc #3689cc

Monochromatic Colors of #363ecc

#363ecc

Complementary Color

#363ecc #ccc436

#363ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#363ecc Color CSS Codes

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

#363ecc Text Font Color

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

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


#363ecc Background Color

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

This div background color is #363ecc


#363ecc Border Color

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

This div border color is #363ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363ecc


Comments

No comments written yet.

Please login to write comment.