Color Hex Logo

#214693 Color Hex

#214693
(33,70,147)
0 Favorites   0 Comments

Color spaces of #214693

RGB 3370147
HSL0.610.630.35
HSV221°78°58°
CMYK 0.780.520.00   0.42
XYZ8.08386.810228.4922
Yxy6.81020.18630.1570
Hunter Lab26.09649.6248-46.4658
CIE-Lab31.370915.7003-46.2501

#214693 color RGB value is (33,70,147).

#214693 hex color red value is 33, green value is 70 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #214693 hue: 0.61 , saturation: 0.63 and the lightness value of 214693 is 0.35.

The process color (four color CMYK) of #214693 color hex is 0.78, 0.52, 0.00, 0.42. Web safe color of #214693 is #333399. Color #214693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000110 10010011
Octal 41 106 223
Decimal 33 70 147
Hex 21 46 93

RGB Percentages of Color #214693

%13.20
%28.00
%58.80

CMYK Percentages of Color #214693

%78
%52
%0
%42

Triadic Colors of #214693

#214693 #932146 #469321

Analogous Colors of #214693

#214693 #352193 #217f93

Monochromatic Colors of #214693

#214693

Complementary Color

#214693 #936e21

#214693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214693 Color CSS Codes

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

#214693 Text Font Color

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

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


#214693 Background Color

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

This div background color is #214693


#214693 Border Color

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

This div border color is #214693


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,70,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #214693; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #214693;
  -webkit-box-shadow: 1px 1px 3px 2px #214693;
  box-shadow:         1px 1px 3px 2px #214693; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214693


Comments

No comments written yet.

Please login to write comment.