Color Hex Logo

#213add Color Hex

#213ADD
(33,58,221)
0 Favorites   0 Comments

Color spaces of #213add

RGB 3358221
HSL0.640.740.50
HSV232°85°87°
CMYK 0.850.740.00   0.13
XYZ15.19148.569969.2601
Yxy8.56990.16330.0921
Hunter Lab29.274441.3991-119.7818
CIE-Lab35.142750.9034-83.8267

#213add color RGB value is (33,58,221).

#213add hex color red value is 33, green value is 58 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #213add hue: 0.64 , saturation: 0.74 and the lightness value of 213add is 0.50.

The process color (four color CMYK) of #213add color hex is 0.85, 0.74, 0.00, 0.13. Web safe color of #213add is #3333cc. Color #213add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111010 11011101
Octal 41 72 335
Decimal 33 58 221
Hex 21 3A DD

RGB Percentages of Color #213add

%10.58
%18.59
%70.83

CMYK Percentages of Color #213add

%85
%74
%0
%13

Triadic Colors of #213add

#213add #dd213a #3add21

Analogous Colors of #213add

#213add #6621dd #2198dd

Monochromatic Colors of #213add

#213add

Complementary Color

#213add #ddc421

#213add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213add Color Preview on White Background

Lorem ipsum dolor sit amet.

#213add Color CSS Codes

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

#213add Text Font Color

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

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


#213add Background Color

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

This div background color is #213add


#213add Border Color

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

This div border color is #213add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213add


Comments

No comments written yet.

Please login to write comment.