Color Hex Logo

#321aae Color Hex

#321AAE
(50,26,174)
0 Favorites   0 Comments

Color spaces of #321aae

RGB 5026174
HSL0.690.740.39
HSV250°85°68°
CMYK 0.710.850.00   0.32
XYZ9.32484.472940.4163
Yxy4.47290.17200.0825
Hunter Lab21.149241.6904-98.4991
CIE-Lab25.177053.1189-72.7401

#321aae color RGB value is (50,26,174).

#321aae hex color red value is 50, green value is 26 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #321aae hue: 0.69 , saturation: 0.74 and the lightness value of 321aae is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011010 10101110
Octal 62 32 256
Decimal 50 26 174
Hex 32 1A AE

RGB Percentages of Color #321aae

%20.00
%10.40
%69.60

CMYK Percentages of Color #321aae

%71
%85
%0
%32

Triadic Colors of #321aae

#321aae #ae321a #1aae32

Analogous Colors of #321aae

#321aae #7c1aae #1a4cae

Monochromatic Colors of #321aae

#321aae

Complementary Color

#321aae #96ae1a

#321aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#321aae Color CSS Codes

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

#321aae Text Font Color

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

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


#321aae Background Color

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

This div background color is #321aae


#321aae Border Color

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

This div border color is #321aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,26,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #321aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #321aae;
  -webkit-box-shadow: 1px 1px 3px 2px #321aae;
  box-shadow:         1px 1px 3px 2px #321aae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321aae


Comments

No comments written yet.

Please login to write comment.