Color Hex Logo

#2184dd Color Hex

#2184DD
(33,132,221)
0 Favorites   0 Comments

Color spaces of #2184dd

RGB 33132221
HSL0.580.740.50
HSV208°85°87°
CMYK 0.850.400.00   0.13
XYZ21.929622.046371.5062
Yxy22.04630.18990.1909
Hunter Lab46.95351.1997-57.4262
CIE-Lab54.07614.6151-53.0224

#2184dd color RGB value is (33,132,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10000100 11011101
Octal 41 204 335
Decimal 33 132 221
Hex 21 84 DD

RGB Percentages of Color #2184dd

%8.55
%34.20
%57.25

CMYK Percentages of Color #2184dd

%85
%40
%0
%13

Triadic Colors of #2184dd

#2184dd #dd2184 #84dd21

Analogous Colors of #2184dd

#2184dd #2126dd #21ddd8

Monochromatic Colors of #2184dd

#2184dd

Complementary Color

#2184dd #dd7a21

#2184dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2184dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2184dd Color CSS Codes

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

#2184dd Text Font Color

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

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


#2184dd Background Color

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

This div background color is #2184dd


#2184dd Border Color

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

This div border color is #2184dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2184dd


Comments

No comments written yet.

Please login to write comment.