Color Hex Logo

#362390 Color Hex

#362390
(54,35,144)
0 Favorites   0 Comments

Color spaces of #362390

RGB 5435144
HSL0.700.610.35
HSV250°76°56°
CMYK 0.630.760.00   0.44
XYZ7.15643.999926.7804
Yxy3.99990.18860.1054
Hunter Lab19.999728.8721-65.3917
CIE-Lab23.671140.1365-56.9105

#362390 color RGB value is (54,35,144).

#362390 hex color red value is 54, green value is 35 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #362390 hue: 0.70 , saturation: 0.61 and the lightness value of 362390 is 0.35.

The process color (four color CMYK) of #362390 color hex is 0.63, 0.76, 0.00, 0.44. Web safe color of #362390 is #333399. Color #362390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00100011 10010000
Octal 66 43 220
Decimal 54 35 144
Hex 36 23 90

RGB Percentages of Color #362390

%23.18
%15.02
%61.80

CMYK Percentages of Color #362390

%63
%76
%0
%44

Triadic Colors of #362390

#362390 #903623 #239036

Analogous Colors of #362390

#362390 #6d2390 #234690

Monochromatic Colors of #362390

#362390

Complementary Color

#362390 #7d9023

#362390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#362390 Color CSS Codes

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

#362390 Text Font Color

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

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


#362390 Background Color

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

This div background color is #362390


#362390 Border Color

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

This div border color is #362390


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,35,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #362390; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #362390;
  -webkit-box-shadow: 1px 1px 3px 2px #362390;
  box-shadow:         1px 1px 3px 2px #362390; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362390


Comments

No comments written yet.

Please login to write comment.