Color Hex Logo

#321ede Color Hex

#321EDE
(50,30,222)
0 Favorites   0 Comments

Color spaces of #321ede

RGB 5030222
HSL0.680.760.49
HSV246°86°87°
CMYK 0.770.860.00   0.13
XYZ14.96456.880669.6466
Yxy6.88060.16360.0752
Hunter Lab26.230955.9286-139.0614
CIE-Lab31.533565.1022-90.3686

#321ede color RGB value is (50,30,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011110 11011110
Octal 62 36 336
Decimal 50 30 222
Hex 32 1E DE

RGB Percentages of Color #321ede

%16.56
%9.93
%73.51

CMYK Percentages of Color #321ede

%77
%86
%0
%13

Triadic Colors of #321ede

#321ede #de321e #1ede32

Analogous Colors of #321ede

#321ede #921ede #1e6ade

Monochromatic Colors of #321ede

#321ede

Complementary Color

#321ede #cade1e

#321ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#321ede Color CSS Codes

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

#321ede Text Font Color

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

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


#321ede Background Color

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

This div background color is #321ede


#321ede Border Color

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

This div border color is #321ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321ede


Comments

No comments written yet.

Please login to write comment.