Color Hex Logo

#331eab Color Hex

#331EAB
(51,30,171)
0 Favorites   0 Comments

Color spaces of #331eab

RGB 5130171
HSL0.690.700.39
HSV249°82°67°
CMYK 0.700.820.00   0.33
XYZ9.18024.572638.9268
Yxy4.57260.17430.0868
Hunter Lab21.383639.2104-92.9630
CIE-Lab25.480750.6117-70.4286

#331eab color RGB value is (51,30,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011110 10101011
Octal 63 36 253
Decimal 51 30 171
Hex 33 1E AB

RGB Percentages of Color #331eab

%20.24
%11.90
%67.86

CMYK Percentages of Color #331eab

%70
%82
%0
%33

Triadic Colors of #331eab

#331eab #ab331e #1eab33

Analogous Colors of #331eab

#331eab #7a1eab #1e4fab

Monochromatic Colors of #331eab

#331eab

Complementary Color

#331eab #96ab1e

#331eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#331eab Color CSS Codes

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

#331eab Text Font Color

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

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


#331eab Background Color

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

This div background color is #331eab


#331eab Border Color

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

This div border color is #331eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331eab


Comments

No comments written yet.

Please login to write comment.