Color Hex Logo

#331aad Color Hex

#331AAD
(51,26,173)
0 Favorites   0 Comments

Color spaces of #331aad

RGB 5126173
HSL0.700.740.39
HSV250°85°68°
CMYK 0.710.850.00   0.32
XYZ9.27754.459739.9070
Yxy4.45970.17290.0831
Hunter Lab21.118041.4616-97.2586
CIE-Lab25.136452.9031-72.2037

#331aad color RGB value is (51,26,173).

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

The process color (four color CMYK) of #331aad color hex is 0.71, 0.85, 0.00, 0.32. Web safe color of #331aad is #333399. Color #331aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011010 10101101
Octal 63 32 255
Decimal 51 26 173
Hex 33 1A AD

RGB Percentages of Color #331aad

%20.40
%10.40
%69.20

CMYK Percentages of Color #331aad

%71
%85
%0
%32

Triadic Colors of #331aad

#331aad #ad331a #1aad33

Analogous Colors of #331aad

#331aad #7d1aad #1a4bad

Monochromatic Colors of #331aad

#331aad

Complementary Color

#331aad #94ad1a

#331aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#331aad Color CSS Codes

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

#331aad Text Font Color

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

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


#331aad Background Color

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

This div background color is #331aad


#331aad Border Color

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

This div border color is #331aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331aad


Comments

No comments written yet.

Please login to write comment.