Color Hex Logo

#321cee Color Hex

#321CEE
(50,28,238)
0 Favorites   0 Comments

Color spaces of #321cee

RGB 5028238
HSL0.680.860.52
HSV246°88°93°
CMYK 0.790.880.00   0.07
XYZ17.16337.681781.4670
Yxy7.68170.16140.0723
Hunter Lab27.715962.0349-154.8736
CIE-Lab33.311070.0647-96.5482

#321cee color RGB value is (50,28,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011100 11101110
Octal 62 34 356
Decimal 50 28 238
Hex 32 1C EE

RGB Percentages of Color #321cee

%15.82
%8.86
%75.32

CMYK Percentages of Color #321cee

%79
%88
%0
%7

Triadic Colors of #321cee

#321cee #ee321c #1cee32

Analogous Colors of #321cee

#321cee #9b1cee #1c6fee

Monochromatic Colors of #321cee

#321cee

Complementary Color

#321cee #d8ee1c

#321cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#321cee Color CSS Codes

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

#321cee Text Font Color

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

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


#321cee Background Color

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

This div background color is #321cee


#321cee Border Color

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

This div border color is #321cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321cee


Comments

No comments written yet.

Please login to write comment.