Color Hex Logo

#321add Color Hex

#321ADD
(50,26,221)
0 Favorites   0 Comments

Color spaces of #321add

RGB 5026221
HSL0.690.790.48
HSV247°88°87°
CMYK 0.770.880.00   0.13
XYZ14.73596.637468.9111
Yxy6.63740.16320.0735
Hunter Lab25.763257.0122-140.5543
CIE-Lab30.966866.1633-90.7371

#321add color RGB value is (50,26,221).

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

The process color (four color CMYK) of #321add color hex is 0.77, 0.88, 0.00, 0.13. Web safe color of #321add is #3333cc. Color #321add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011010 11011101
Octal 62 32 335
Decimal 50 26 221
Hex 32 1A DD

RGB Percentages of Color #321add

%16.84
%8.75
%74.41

CMYK Percentages of Color #321add

%77
%88
%0
%13

Triadic Colors of #321add

#321add #dd321a #1add32

Analogous Colors of #321add

#321add #941add #1a63dd

Monochromatic Colors of #321add

#321add

Complementary Color

#321add #c5dd1a

#321add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321add Color Preview on White Background

Lorem ipsum dolor sit amet.

#321add Color CSS Codes

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

#321add Text Font Color

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

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


#321add Background Color

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

This div background color is #321add


#321add Border Color

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

This div border color is #321add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321add


Comments

No comments written yet.

Please login to write comment.