Color Hex Logo

#2176dd Color Hex

#2176DD
(33,118,221)
0 Favorites   0 Comments

Color spaces of #2176dd

RGB 33118221
HSL0.590.740.50
HSV213°85°87°
CMYK 0.850.470.00   0.13
XYZ20.156818.500770.9152
Yxy18.50070.18400.1688
Hunter Lab43.01248.3782-67.6435
CIE-Lab50.097913.2658-59.4012

#2176dd color RGB value is (33,118,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110110 11011101
Octal 41 166 335
Decimal 33 118 221
Hex 21 76 DD

RGB Percentages of Color #2176dd

%8.87
%31.72
%59.41

CMYK Percentages of Color #2176dd

%85
%47
%0
%13

Triadic Colors of #2176dd

#2176dd #dd2176 #76dd21

Analogous Colors of #2176dd

#2176dd #2a21dd #21d4dd

Monochromatic Colors of #2176dd

#2176dd

Complementary Color

#2176dd #dd8821

#2176dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2176dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2176dd Color CSS Codes

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

#2176dd Text Font Color

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

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


#2176dd Background Color

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

This div background color is #2176dd


#2176dd Border Color

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

This div border color is #2176dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2176dd


Comments

No comments written yet.

Please login to write comment.