Color Hex Logo

#321cea Color Hex

#321CEA
(50,28,234)
0 Favorites   0 Comments

Color spaces of #321cea

RGB 5028234
HSL0.680.830.51
HSV246°88°92°
CMYK 0.790.880.00   0.08
XYZ16.58197.449178.4058
Yxy7.44910.16190.0727
Hunter Lab27.293060.6849-151.2196
CIE-Lab32.808269.0042-95.1118

#321cea color RGB value is (50,28,234).

#321cea hex color red value is 50, green value is 28 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #321cea hue: 0.68 , saturation: 0.83 and the lightness value of 321cea is 0.51.

The process color (four color CMYK) of #321cea color hex is 0.79, 0.88, 0.00, 0.08. Web safe color of #321cea is #3333ff. Color #321cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011100 11101010
Octal 62 34 352
Decimal 50 28 234
Hex 32 1C EA

RGB Percentages of Color #321cea

%16.03
%8.97
%75.00

CMYK Percentages of Color #321cea

%79
%88
%0
%8

Triadic Colors of #321cea

#321cea #ea321c #1cea32

Analogous Colors of #321cea

#321cea #991cea #1c6dea

Monochromatic Colors of #321cea

#321cea

Complementary Color

#321cea #d4ea1c

#321cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#321cea Color CSS Codes

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

#321cea Text Font Color

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

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


#321cea Background Color

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

This div background color is #321cea


#321cea Border Color

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

This div border color is #321cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321cea


Comments

No comments written yet.

Please login to write comment.