Color Hex Logo

#2189dd Color Hex

#2189DD
(33,137,221)
0 Favorites   0 Comments

Color spaces of #2189dd

RGB 33137221
HSL0.570.740.50
HSV207°85°87°
CMYK 0.850.380.00   0.13
XYZ22.624023.435171.7376
Yxy23.43510.19210.1989
Hunter Lab48.4098-1.2964-53.9739
CIE-Lab55.51771.6046-50.7242

#2189dd color RGB value is (33,137,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001001 11011101
Octal 41 211 335
Decimal 33 137 221
Hex 21 89 DD

RGB Percentages of Color #2189dd

%8.44
%35.04
%56.52

CMYK Percentages of Color #2189dd

%85
%38
%0
%13

Triadic Colors of #2189dd

#2189dd #dd2189 #89dd21

Analogous Colors of #2189dd

#2189dd #212bdd #21ddd3

Monochromatic Colors of #2189dd

#2189dd

Complementary Color

#2189dd #dd7521

#2189dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2189dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2189dd Color CSS Codes

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

#2189dd Text Font Color

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

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


#2189dd Background Color

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

This div background color is #2189dd


#2189dd Border Color

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

This div border color is #2189dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2189dd


Comments

No comments written yet.

Please login to write comment.