Color Hex Logo

#321adf Color Hex

#321ADF
(50,26,223)
0 Favorites   0 Comments

Color spaces of #321adf

RGB 5026223
HSL0.690.790.49
HSV247°88°87°
CMYK 0.780.880.00   0.13
XYZ15.00416.744670.3231
Yxy6.74460.16300.0733
Hunter Lab25.970457.6783-142.3674
CIE-Lab31.218366.6990-91.4684

#321adf color RGB value is (50,26,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011010 11011111
Octal 62 32 337
Decimal 50 26 223
Hex 32 1A DF

RGB Percentages of Color #321adf

%16.72
%8.70
%74.58

CMYK Percentages of Color #321adf

%78
%88
%0
%13

Triadic Colors of #321adf

#321adf #df321a #1adf32

Analogous Colors of #321adf

#321adf #951adf #1a65df

Monochromatic Colors of #321adf

#321adf

Complementary Color

#321adf #c7df1a

#321adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#321adf Color CSS Codes

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

#321adf Text Font Color

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

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


#321adf Background Color

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

This div background color is #321adf


#321adf Border Color

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

This div border color is #321adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321adf


Comments

No comments written yet.

Please login to write comment.