Color Hex Logo

#2174dd Color Hex

#2174DD
(33,116,221)
0 Favorites   0 Comments

Color spaces of #2174dd

RGB 33116221
HSL0.590.740.50
HSV214°85°87°
CMYK 0.850.480.00   0.13
XYZ19.923718.034670.8375
Yxy18.03460.18310.1658
Hunter Lab42.46729.4267-69.1719
CIE-Lab49.538014.5249-60.3030

#2174dd color RGB value is (33,116,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110100 11011101
Octal 41 164 335
Decimal 33 116 221
Hex 21 74 DD

RGB Percentages of Color #2174dd

%8.92
%31.35
%59.73

CMYK Percentages of Color #2174dd

%85
%48
%0
%13

Triadic Colors of #2174dd

#2174dd #dd2174 #74dd21

Analogous Colors of #2174dd

#2174dd #2c21dd #21d2dd

Monochromatic Colors of #2174dd

#2174dd

Complementary Color

#2174dd #dd8a21

#2174dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2174dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2174dd Color CSS Codes

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

#2174dd Text Font Color

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

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


#2174dd Background Color

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

This div background color is #2174dd


#2174dd Border Color

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

This div border color is #2174dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2174dd


Comments

No comments written yet.

Please login to write comment.