Color Hex Logo

#217988 Color Hex

#217988
(33,121,136)
0 Favorites   0 Comments

Color spaces of #217988

RGB 33121136
HSL0.520.610.33
HSV189°76°53°
CMYK 0.760.110.00   0.47
XYZ11.908515.775725.7099
Yxy15.77570.22300.2955
Hunter Lab39.7186-15.9895-10.5754
CIE-Lab46.6788-19.9737-15.5496

#217988 color RGB value is (33,121,136).

#217988 hex color red value is 33, green value is 121 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #217988 hue: 0.52 , saturation: 0.61 and the lightness value of 217988 is 0.33.

The process color (four color CMYK) of #217988 color hex is 0.76, 0.11, 0.00, 0.47. Web safe color of #217988 is #336699. Color #217988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111001 10001000
Octal 41 171 210
Decimal 33 121 136
Hex 21 79 88

RGB Percentages of Color #217988

%11.38
%41.72
%46.90

CMYK Percentages of Color #217988

%76
%11
%0
%47

Triadic Colors of #217988

#217988 #882179 #798821

Analogous Colors of #217988

#217988 #214588 #218864

Monochromatic Colors of #217988

#217988

Complementary Color

#217988 #883021

#217988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217988 Color CSS Codes

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

#217988 Text Font Color

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

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


#217988 Background Color

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

This div background color is #217988


#217988 Border Color

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

This div border color is #217988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217988


Comments

No comments written yet.

Please login to write comment.