Color Hex Logo

#321eda Color Hex

#321EDA
(50,30,218)
0 Favorites   0 Comments

Color spaces of #321eda

RGB 5030218
HSL0.680.760.49
HSV246°86°85°
CMYK 0.770.860.00   0.15
XYZ14.43466.668666.8561
Yxy6.66860.16410.0758
Hunter Lab25.823654.5845-135.4223
CIE-Lab31.040264.0033-88.8862

#321eda color RGB value is (50,30,218).

#321eda hex color red value is 50, green value is 30 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #321eda hue: 0.68 , saturation: 0.76 and the lightness value of 321eda is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011110 11011010
Octal 62 36 332
Decimal 50 30 218
Hex 32 1E DA

RGB Percentages of Color #321eda

%16.78
%10.07
%73.15

CMYK Percentages of Color #321eda

%77
%86
%0
%15

Triadic Colors of #321eda

#321eda #da321e #1eda32

Analogous Colors of #321eda

#321eda #901eda #1e68da

Monochromatic Colors of #321eda

#321eda

Complementary Color

#321eda #c6da1e

#321eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#321eda Color CSS Codes

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

#321eda Text Font Color

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

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


#321eda Background Color

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

This div background color is #321eda


#321eda Border Color

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

This div border color is #321eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321eda


Comments

No comments written yet.

Please login to write comment.