Color Hex Logo

#331aac Color Hex

#331AAC
(51,26,172)
0 Favorites   0 Comments

Color spaces of #331aac

RGB 5126172
HSL0.700.740.39
HSV250°85°67°
CMYK 0.700.850.00   0.33
XYZ9.18104.421239.3992
Yxy4.42120.17320.0834
Hunter Lab21.026641.1430-96.3774
CIE-Lab25.017752.6139-71.7987

#331aac color RGB value is (51,26,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00011010 10101100
Octal 63 32 254
Decimal 51 26 172
Hex 33 1A AC

RGB Percentages of Color #331aac

%20.48
%10.44
%69.08

CMYK Percentages of Color #331aac

%70
%85
%0
%33

Triadic Colors of #331aac

#331aac #ac331a #1aac33

Analogous Colors of #331aac

#331aac #7c1aac #1a4aac

Monochromatic Colors of #331aac

#331aac

Complementary Color

#331aac #93ac1a

#331aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#331aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#331aac Color CSS Codes

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

#331aac Text Font Color

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

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


#331aac Background Color

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

This div background color is #331aac


#331aac Border Color

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

This div border color is #331aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #331aac


Comments

No comments written yet.

Please login to write comment.