Color Hex Logo

#361aea Color Hex

#361AEA
(54,26,234)
0 Favorites   0 Comments

Color spaces of #361aea

RGB 5426234
HSL0.690.830.51
HSV248°89°92°
CMYK 0.770.890.00   0.08
XYZ16.74207.463678.4001
Yxy7.46360.16320.0727
Hunter Lab27.319661.5791-151.0231
CIE-Lab32.839869.7641-95.0529

#361aea color RGB value is (54,26,234).

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

The process color (four color CMYK) of #361aea color hex is 0.77, 0.89, 0.00, 0.08. Web safe color of #361aea is #3333ff. Color #361aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011010 11101010
Octal 66 32 352
Decimal 54 26 234
Hex 36 1A EA

RGB Percentages of Color #361aea

%17.20
%8.28
%74.52

CMYK Percentages of Color #361aea

%77
%89
%0
%8

Triadic Colors of #361aea

#361aea #ea361a #1aea36

Analogous Colors of #361aea

#361aea #9e1aea #1a66ea

Monochromatic Colors of #361aea

#361aea

Complementary Color

#361aea #ceea1a

#361aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#361aea Color CSS Codes

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

#361aea Text Font Color

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

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


#361aea Background Color

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

This div background color is #361aea


#361aea Border Color

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

This div border color is #361aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361aea


Comments

No comments written yet.

Please login to write comment.