Color Hex Logo

#331290 Color Hex

#331290
(51,18,144)
0 Favorites   0 Comments

Color spaces of #331290

RGB 5118144
HSL0.710.780.32
HSV256°88°56°
CMYK 0.650.880.00   0.44
XYZ6.61563.150026.6449
Yxy3.15000.18170.0865
Hunter Lab17.748235.4759-76.5865
CIE-Lab20.634947.7654-61.9337

#331290 color RGB value is (51,18,144).

#331290 hex color red value is 51, green value is 18 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #331290 hue: 0.71 , saturation: 0.78 and the lightness value of 331290 is 0.32.

The process color (four color CMYK) of #331290 color hex is 0.65, 0.88, 0.00, 0.44. Web safe color of #331290 is #330099. Color #331290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00010010 10010000
Octal 63 22 220
Decimal 51 18 144
Hex 33 12 90

RGB Percentages of Color #331290

%23.94
%8.45
%67.61

CMYK Percentages of Color #331290

%65
%88
%0
%44

Triadic Colors of #331290

#331290 #903312 #129033

Analogous Colors of #331290

#331290 #721290 #123090

Monochromatic Colors of #331290

#331290

Complementary Color

#331290 #6f9012

#331290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#331290 Color CSS Codes

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

#331290 Text Font Color

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

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


#331290 Background Color

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

This div background color is #331290


#331290 Border Color

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

This div border color is #331290


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,18,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 #331290">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331290


Comments

No comments written yet.

Please login to write comment.