Color Hex Logo

#216dca Color Hex

#216DCA
(33,109,202)
0 Favorites   0 Comments

Color spaces of #216dca

RGB 33109202
HSL0.590.720.46
HSV213°84°79°
CMYK 0.840.460.00   0.21
XYZ16.756515.524957.9906
Yxy15.52490.18560.1720
Hunter Lab39.40166.9585-59.6807
CIE-Lab46.344911.6334-54.6260

#216dca color RGB value is (33,109,202).

#216dca hex color red value is 33, green value is 109 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #216dca hue: 0.59 , saturation: 0.72 and the lightness value of 216dca is 0.46.

The process color (four color CMYK) of #216dca color hex is 0.84, 0.46, 0.00, 0.21. Web safe color of #216dca is #3366cc. Color #216dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101101 11001010
Octal 41 155 312
Decimal 33 109 202
Hex 21 6D CA

RGB Percentages of Color #216dca

%9.59
%31.69
%58.72

CMYK Percentages of Color #216dca

%84
%46
%0
%21

Triadic Colors of #216dca

#216dca #ca216d #6dca21

Analogous Colors of #216dca

#216dca #2a21ca #21c2ca

Monochromatic Colors of #216dca

#216dca

Complementary Color

#216dca #ca7e21

#216dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#216dca Color CSS Codes

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

#216dca Text Font Color

<p style="color:#216dca">Text here</p>

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


#216dca Background Color

<div style="background-color:#216dca">
Div content here</div>

This div background color is #216dca


#216dca Border Color

<div style="border:3px solid #216dca">
Div here</div>

This div border color is #216dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,109,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #216dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #216dca;
  -webkit-box-shadow: 1px 1px 3px 2px #216dca;
  box-shadow:         1px 1px 3px 2px #216dca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216dca


Comments

No comments written yet.

Please login to write comment.