Color Hex Logo

#219472 Color Hex

#219472
(33,148,114)
0 Favorites   0 Comments

Color spaces of #219472

RGB 33148114
HSL0.450.640.35
HSV162°78°58°
CMYK 0.780.000.23   0.42
XYZ14.254422.718019.5533
Yxy22.71800.25220.4019
Hunter Lab47.6634-30.02819.0414
CIE-Lab54.7807-39.44099.1990

#219472 color RGB value is (33,148,114).

#219472 hex color red value is 33, green value is 148 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #219472 hue: 0.45 , saturation: 0.64 and the lightness value of 219472 is 0.35.

The process color (four color CMYK) of #219472 color hex is 0.78, 0.00, 0.23, 0.42. Web safe color of #219472 is #339966. Color #219472 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10010100 01110010
Octal 41 224 162
Decimal 33 148 114
Hex 21 94 72

RGB Percentages of Color #219472

%11.19
%50.17
%38.64

CMYK Percentages of Color #219472

%78
%0
%23
%42

Triadic Colors of #219472

#219472 #722194 #947221

Analogous Colors of #219472

#219472 #217d94 #219439

Monochromatic Colors of #219472

#219472

Complementary Color

#219472 #942143

#219472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#219472 Color CSS Codes

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

#219472 Text Font Color

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

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


#219472 Background Color

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

This div background color is #219472


#219472 Border Color

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

This div border color is #219472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219472


Comments

No comments written yet.

Please login to write comment.