Color Hex Logo

#360ffd Color Hex

#360FFD
(54,15,253)
0 Favorites   0 Comments

Color spaces of #360ffd

RGB 5415253
HSL0.690.980.53
HSV250°94°99°
CMYK 0.790.940.00   0.01
XYZ19.42188.217893.4911
Yxy8.21780.16030.0678
Hunter Lab28.666770.7677-173.2966
CIE-Lab34.432477.1200-103.1408

#360ffd color RGB value is (54,15,253).

#360ffd hex color red value is 54, green value is 15 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #360ffd hue: 0.69 , saturation: 0.98 and the lightness value of 360ffd is 0.53.

The process color (four color CMYK) of #360ffd color hex is 0.79, 0.94, 0.00, 0.01. Web safe color of #360ffd is #3300ff. Color #360ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00001111 11111101
Octal 66 17 375
Decimal 54 15 253
Hex 36 F FD

RGB Percentages of Color #360ffd

%16.77
%4.66
%78.57

CMYK Percentages of Color #360ffd

%79
%94
%0
%1

Triadic Colors of #360ffd

#360ffd #fd360f #0ffd36

Analogous Colors of #360ffd

#360ffd #ad0ffd #0f5ffd

Monochromatic Colors of #360ffd

#360ffd

Complementary Color

#360ffd #d6fd0f

#360ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#360ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#360ffd Color CSS Codes

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

#360ffd Text Font Color

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

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


#360ffd Background Color

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

This div background color is #360ffd


#360ffd Border Color

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

This div border color is #360ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #360ffd


Comments

No comments written yet.

Please login to write comment.