Color Hex Logo

#360dcc Color Hex

#360DCC
(54,13,204)
0 Favorites   0 Comments

Color spaces of #360dcc

RGB 5413204
HSL0.700.880.43
HSV253°94°80°
CMYK 0.740.940.00   0.20
XYZ12.56435.431857.5130
Yxy5.43180.16640.0719
Hunter Lab23.306255.4428-129.9962
CIE-Lab27.931265.3461-85.9276

#360dcc color RGB value is (54,13,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00001101 11001100
Octal 66 15 314
Decimal 54 13 204
Hex 36 D CC

RGB Percentages of Color #360dcc

%19.93
%4.80
%75.28

CMYK Percentages of Color #360dcc

%74
%94
%0
%20

Triadic Colors of #360dcc

#360dcc #cc360d #0dcc36

Analogous Colors of #360dcc

#360dcc #960dcc #0d44cc

Monochromatic Colors of #360dcc

#360dcc

Complementary Color

#360dcc #a3cc0d

#360dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#360dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#360dcc Color CSS Codes

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

#360dcc Text Font Color

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

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


#360dcc Background Color

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

This div background color is #360dcc


#360dcc Border Color

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

This div border color is #360dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,13,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 #360dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #360dcc


Comments

No comments written yet.

Please login to write comment.