Color Hex Logo

#360cdb Color Hex

#360CDB
(54,12,219)
0 Favorites   0 Comments

Color spaces of #360cdb

RGB 5412219
HSL0.700.900.45
HSV252°95°86°
CMYK 0.750.950.00   0.14
XYZ14.43906.161767.4461
Yxy6.16170.16400.0700
Hunter Lab24.822860.3907-143.7213
CIE-Lab29.816869.3038-91.4942

#360cdb color RGB value is (54,12,219).

#360cdb hex color red value is 54, green value is 12 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #360cdb hue: 0.70 , saturation: 0.90 and the lightness value of 360cdb is 0.45.

The process color (four color CMYK) of #360cdb color hex is 0.75, 0.95, 0.00, 0.14. Web safe color of #360cdb is #3300cc. Color #360cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00001100 11011011
Octal 66 14 333
Decimal 54 12 219
Hex 36 C DB

RGB Percentages of Color #360cdb

%18.95
%4.21
%76.84

CMYK Percentages of Color #360cdb

%75
%95
%0
%14

Triadic Colors of #360cdb

#360cdb #db360c #0cdb36

Analogous Colors of #360cdb

#360cdb #9e0cdb #0c4adb

Monochromatic Colors of #360cdb

#360cdb

Complementary Color

#360cdb #b1db0c

#360cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#360cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#360cdb Color CSS Codes

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

#360cdb Text Font Color

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

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


#360cdb Background Color

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

This div background color is #360cdb


#360cdb Border Color

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

This div border color is #360cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #360cdb


Comments

No comments written yet.

Please login to write comment.