Color Hex Logo

#215add Color Hex

#215ADD
(33,90,221)
0 Favorites   0 Comments

Color spaces of #215add

RGB 3390221
HSL0.620.740.50
HSV222°85°87°
CMYK 0.850.590.00   0.13
XYZ17.334512.856169.9745
Yxy12.85610.17310.1283
Hunter Lab35.855423.5499-90.6101
CIE-Lab42.545631.1969-71.6523

#215add color RGB value is (33,90,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011010 11011101
Octal 41 132 335
Decimal 33 90 221
Hex 21 5A DD

RGB Percentages of Color #215add

%9.59
%26.16
%64.24

CMYK Percentages of Color #215add

%85
%59
%0
%13

Triadic Colors of #215add

#215add #dd215a #5add21

Analogous Colors of #215add

#215add #4621dd #21b8dd

Monochromatic Colors of #215add

#215add

Complementary Color

#215add #dda421

#215add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215add Color Preview on White Background

Lorem ipsum dolor sit amet.

#215add Color CSS Codes

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

#215add Text Font Color

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

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


#215add Background Color

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

This div background color is #215add


#215add Border Color

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

This div border color is #215add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215add


Comments

No comments written yet.

Please login to write comment.