Color Hex Logo

#361acd Color Hex

#361ACD
(54,26,205)
0 Favorites   0 Comments

Color spaces of #361acd

RGB 5426205
HSL0.690.770.45
HSV249°87°80°
CMYK 0.740.870.00   0.20
XYZ12.91025.930858.2219
Yxy5.93080.16750.0770
Hunter Lab24.353252.0087-124.6989
CIE-Lab29.237262.0328-84.3373

#361acd color RGB value is (54,26,205).

#361acd hex color red value is 54, green value is 26 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #361acd hue: 0.69 , saturation: 0.77 and the lightness value of 361acd is 0.45.

The process color (four color CMYK) of #361acd color hex is 0.74, 0.87, 0.00, 0.20. Web safe color of #361acd is #3333cc. Color #361acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011010 11001101
Octal 66 32 315
Decimal 54 26 205
Hex 36 1A CD

RGB Percentages of Color #361acd

%18.95
%9.12
%71.93

CMYK Percentages of Color #361acd

%74
%87
%0
%20

Triadic Colors of #361acd

#361acd #cd361a #1acd36

Analogous Colors of #361acd

#361acd #901acd #1a57cd

Monochromatic Colors of #361acd

#361acd

Complementary Color

#361acd #b1cd1a

#361acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#361acd Color CSS Codes

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

#361acd Text Font Color

<p style="color:#361acd">Text here</p>

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


#361acd Background Color

<div style="background-color:#361acd">
Div content here</div>

This div background color is #361acd


#361acd Border Color

<div style="border:3px solid #361acd">
Div here</div>

This div border color is #361acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361acd


Comments

No comments written yet.

Please login to write comment.