Color Hex Logo

#360ecd Color Hex

#360ECD
(54,14,205)
0 Favorites   0 Comments

Color spaces of #360ecd

RGB 5414205
HSL0.700.870.43
HSV253°93°80°
CMYK 0.740.930.00   0.20
XYZ12.69785.506158.1511
Yxy5.50610.16630.0721
Hunter Lab23.465155.5289-130.5068
CIE-Lab28.130665.3855-86.1795

#360ecd color RGB value is (54,14,205).

#360ecd hex color red value is 54, green value is 14 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #360ecd hue: 0.70 , saturation: 0.87 and the lightness value of 360ecd is 0.43.

The process color (four color CMYK) of #360ecd color hex is 0.74, 0.93, 0.00, 0.20. Web safe color of #360ecd is #3300cc. Color #360ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00001110 11001101
Octal 66 16 315
Decimal 54 14 205
Hex 36 E CD

RGB Percentages of Color #360ecd

%19.78
%5.13
%75.09

CMYK Percentages of Color #360ecd

%74
%93
%0
%20

Triadic Colors of #360ecd

#360ecd #cd360e #0ecd36

Analogous Colors of #360ecd

#360ecd #960ecd #0e46cd

Monochromatic Colors of #360ecd

#360ecd

Complementary Color

#360ecd #a5cd0e

#360ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#360ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#360ecd Color CSS Codes

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

#360ecd Text Font Color

<p style="color:#360ecd">Text here</p>

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


#360ecd Background Color

<div style="background-color:#360ecd">
Div content here</div>

This div background color is #360ecd


#360ecd Border Color

<div style="border:3px solid #360ecd">
Div here</div>

This div border color is #360ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,14,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #360ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #360ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #360ecd;
  box-shadow:         1px 1px 3px 2px #360ecd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #360ecd


Comments

No comments written yet.

Please login to write comment.