Color Hex Logo

#3213ef Color Hex

#3213EF
(50,19,239)
0 Favorites   0 Comments

Color spaces of #3213ef

RGB 5019239
HSL0.690.870.51
HSV248°92°94°
CMYK 0.790.920.00   0.06
XYZ17.12837.375882.1823
Yxy7.37580.16050.0691
Hunter Lab27.158465.0493-160.4026
CIE-Lab32.647672.7322-98.2219

#3213ef color RGB value is (50,19,239).

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

The process color (four color CMYK) of #3213ef color hex is 0.79, 0.92, 0.00, 0.06. Web safe color of #3213ef is #3300ff. Color #3213ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010011 11101111
Octal 62 23 357
Decimal 50 19 239
Hex 32 13 EF

RGB Percentages of Color #3213ef

%16.23
%6.17
%77.60

CMYK Percentages of Color #3213ef

%79
%92
%0
%6

Triadic Colors of #3213ef

#3213ef #ef3213 #13ef32

Analogous Colors of #3213ef

#3213ef #a013ef #1362ef

Monochromatic Colors of #3213ef

#3213ef

Complementary Color

#3213ef #d0ef13

#3213ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3213ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3213ef Color CSS Codes

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

#3213ef Text Font Color

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

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


#3213ef Background Color

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

This div background color is #3213ef


#3213ef Border Color

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

This div border color is #3213ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3213ef


Comments

No comments written yet.

Please login to write comment.