Color Hex Logo

#2189df Color Hex

#2189DF
(33,137,223)
0 Favorites   0 Comments

Color spaces of #2189df

RGB 33137223
HSL0.580.750.50
HSV207°85°87°
CMYK 0.850.390.00   0.13
XYZ22.892123.542473.1496
Yxy23.54240.19140.1969
Hunter Lab48.5205-0.6941-55.4213
CIE-Lab55.62672.3540-51.6707

#2189df color RGB value is (33,137,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001001 11011111
Octal 41 211 337
Decimal 33 137 223
Hex 21 89 DF

RGB Percentages of Color #2189df

%8.40
%34.86
%56.74

CMYK Percentages of Color #2189df

%85
%39
%0
%13

Triadic Colors of #2189df

#2189df #df2189 #89df21

Analogous Colors of #2189df

#2189df #212adf #21dfd6

Monochromatic Colors of #2189df

#2189df

Complementary Color

#2189df #df7721

#2189df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2189df Color Preview on White Background

Lorem ipsum dolor sit amet.

#2189df Color CSS Codes

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

#2189df Text Font Color

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

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


#2189df Background Color

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

This div background color is #2189df


#2189df Border Color

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

This div border color is #2189df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2189df


Comments

No comments written yet.

Please login to write comment.