Color Hex Logo

#3213ce Color Hex

#3213CE
(50,19,206)
0 Favorites   0 Comments

Color spaces of #3213ce

RGB 5019206
HSL0.690.830.44
HSV250°91°81°
CMYK 0.760.910.00   0.19
XYZ12.68885.600158.8047
Yxy5.60010.16460.0726
Hunter Lab23.664554.2979-130.7663
CIE-Lab28.380364.2488-86.3546

#3213ce color RGB value is (50,19,206).

#3213ce hex color red value is 50, green value is 19 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3213ce hue: 0.69 , saturation: 0.83 and the lightness value of 3213ce is 0.44.

The process color (four color CMYK) of #3213ce color hex is 0.76, 0.91, 0.00, 0.19. Web safe color of #3213ce is #3300cc. Color #3213ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010011 11001110
Octal 62 23 316
Decimal 50 19 206
Hex 32 13 CE

RGB Percentages of Color #3213ce

%18.18
%6.91
%74.91

CMYK Percentages of Color #3213ce

%76
%91
%0
%19

Triadic Colors of #3213ce

#3213ce #ce3213 #13ce32

Analogous Colors of #3213ce

#3213ce #9013ce #1352ce

Monochromatic Colors of #3213ce

#3213ce

Complementary Color

#3213ce #afce13

#3213ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3213ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3213ce Color CSS Codes

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

#3213ce Text Font Color

<p style="color:#3213ce">Text here</p>

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


#3213ce Background Color

<div style="background-color:#3213ce">
Div content here</div>

This div background color is #3213ce


#3213ce Border Color

<div style="border:3px solid #3213ce">
Div here</div>

This div border color is #3213ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,19,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3213ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3213ce;
  -webkit-box-shadow: 1px 1px 3px 2px #3213ce;
  box-shadow:         1px 1px 3px 2px #3213ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3213ce


Comments

No comments written yet.

Please login to write comment.