Color Hex Logo

#210edb Color Hex

#210EDB
(33,14,219)
0 Favorites   0 Comments

Color spaces of #210edb

RGB 3314219
HSL0.680.880.46
HSV246°94°86°
CMYK 0.850.940.00   0.14
XYZ13.57045.751967.4128
Yxy5.75190.15650.0663
Hunter Lab23.983159.0304-149.8667
CIE-Lab28.777768.3220-93.2577

#210edb color RGB value is (33,14,219).

#210edb hex color red value is 33, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #210edb hue: 0.68 , saturation: 0.88 and the lightness value of 210edb is 0.46.

The process color (four color CMYK) of #210edb color hex is 0.85, 0.94, 0.00, 0.14. Web safe color of #210edb is #3300cc. Color #210edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00001110 11011011
Octal 41 16 333
Decimal 33 14 219
Hex 21 E DB

RGB Percentages of Color #210edb

%12.41
%5.26
%82.33

CMYK Percentages of Color #210edb

%85
%94
%0
%14

Triadic Colors of #210edb

#210edb #db210e #0edb21

Analogous Colors of #210edb

#210edb #880edb #0e61db

Monochromatic Colors of #210edb

#210edb

Complementary Color

#210edb #c8db0e

#210edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#210edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#210edb Color CSS Codes

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

#210edb Text Font Color

<p style="color:#210edb">Text here</p>

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


#210edb Background Color

<div style="background-color:#210edb">
Div content here</div>

This div background color is #210edb


#210edb Border Color

<div style="border:3px solid #210edb">
Div here</div>

This div border color is #210edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,14,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #210edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #210edb;
  -webkit-box-shadow: 1px 1px 3px 2px #210edb;
  box-shadow:         1px 1px 3px 2px #210edb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,14,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #210edb


Comments

No comments written yet.

Please login to write comment.