Color Hex Logo

#363ecf Color Hex

#363ECF
(54,62,207)
0 Favorites   0 Comments

Color spaces of #363ecf

RGB 5462207
HSL0.660.610.51
HSV237°74°81°
CMYK 0.740.700.00   0.19
XYZ14.50648.734559.9528
Yxy8.73450.17440.1050
Hunter Lab29.554235.8952-99.5861
CIE-Lab35.468045.3596-75.1875

#363ecf color RGB value is (54,62,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111110 11001111
Octal 66 76 317
Decimal 54 62 207
Hex 36 3E CF

RGB Percentages of Color #363ecf

%16.72
%19.20
%64.09

CMYK Percentages of Color #363ecf

%74
%70
%0
%19

Triadic Colors of #363ecf

#363ecf #cf363e #3ecf36

Analogous Colors of #363ecf

#363ecf #7b36cf #368bcf

Monochromatic Colors of #363ecf

#363ecf

Complementary Color

#363ecf #cfc736

#363ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#363ecf Color CSS Codes

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

#363ecf Text Font Color

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

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


#363ecf Background Color

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

This div background color is #363ecf


#363ecf Border Color

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

This div border color is #363ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363ecf


Comments

No comments written yet.

Please login to write comment.