Color Hex Logo

#361eab Color Hex

#361EAB
(54,30,171)
0 Favorites   0 Comments

Color spaces of #361eab

RGB 5430171
HSL0.700.700.39
HSV250°82°67°
CMYK 0.680.820.00   0.33
XYZ9.33634.653138.9341
Yxy4.65310.17640.0879
Hunter Lab21.571039.5084-91.9142
CIE-Lab25.722750.8615-70.0202

#361eab color RGB value is (54,30,171).

#361eab hex color red value is 54, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #361eab hue: 0.70 , saturation: 0.70 and the lightness value of 361eab is 0.39.

The process color (four color CMYK) of #361eab color hex is 0.68, 0.82, 0.00, 0.33. Web safe color of #361eab is #333399. Color #361eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011110 10101011
Octal 66 36 253
Decimal 54 30 171
Hex 36 1E AB

RGB Percentages of Color #361eab

%21.18
%11.76
%67.06

CMYK Percentages of Color #361eab

%68
%82
%0
%33

Triadic Colors of #361eab

#361eab #ab361e #1eab36

Analogous Colors of #361eab

#361eab #7d1eab #1e4cab

Monochromatic Colors of #361eab

#361eab

Complementary Color

#361eab #93ab1e

#361eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#361eab Color CSS Codes

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

#361eab Text Font Color

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

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


#361eab Background Color

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

This div background color is #361eab


#361eab Border Color

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

This div border color is #361eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361eab


Comments

No comments written yet.

Please login to write comment.