Color Hex Logo

#213def Color Hex

#213DEF
(33,61,239)
0 Favorites   0 Comments

Color spaces of #213def

RGB 3361239
HSL0.640.870.53
HSV232°86°94°
CMYK 0.860.740.00   0.06
XYZ17.87599.892882.6287
Yxy9.89280.16190.0896
Hunter Lab31.452846.4063-133.7419
CIE-Lab37.649355.2233-89.9272

#213def color RGB value is (33,61,239).

#213def hex color red value is 33, green value is 61 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #213def hue: 0.64 , saturation: 0.87 and the lightness value of 213def is 0.53.

The process color (four color CMYK) of #213def color hex is 0.86, 0.74, 0.00, 0.06. Web safe color of #213def is #3333ff. Color #213def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111101 11101111
Octal 41 75 357
Decimal 33 61 239
Hex 21 3D EF

RGB Percentages of Color #213def

%9.91
%18.32
%71.77

CMYK Percentages of Color #213def

%86
%74
%0
%6

Triadic Colors of #213def

#213def #ef213d #3def21

Analogous Colors of #213def

#213def #6c21ef #21a4ef

Monochromatic Colors of #213def

#213def

Complementary Color

#213def #efd321

#213def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213def Color Preview on White Background

Lorem ipsum dolor sit amet.

#213def Color CSS Codes

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

#213def Text Font Color

<p style="color:#213def">Text here</p>

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


#213def Background Color

<div style="background-color:#213def">
Div content here</div>

This div background color is #213def


#213def Border Color

<div style="border:3px solid #213def">
Div here</div>

This div border color is #213def


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,61,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #213def; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #213def;
  -webkit-box-shadow: 1px 1px 3px 2px #213def;
  box-shadow:         1px 1px 3px 2px #213def; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,61,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 #213def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213def


Comments

No comments written yet.

Please login to write comment.