Color Hex Logo

#2189ef Color Hex

#2189EF
(33,137,239)
0 Favorites   0 Comments

Color spaces of #2189ef

RGB 33137239
HSL0.580.870.53
HSV210°86°94°
CMYK 0.860.430.00   0.06
XYZ25.152824.446685.0543
Yxy24.44660.18680.1816
Hunter Lab49.44354.2800-67.3821
CIE-Lab56.53228.3718-59.1385

#2189ef color RGB value is (33,137,239).

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

The process color (four color CMYK) of #2189ef color hex is 0.86, 0.43, 0.00, 0.06. Web safe color of #2189ef is #3399ff. Color #2189ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001001 11101111
Octal 41 211 357
Decimal 33 137 239
Hex 21 89 EF

RGB Percentages of Color #2189ef

%8.07
%33.50
%58.44

CMYK Percentages of Color #2189ef

%86
%43
%0
%6

Triadic Colors of #2189ef

#2189ef #ef2189 #89ef21

Analogous Colors of #2189ef

#2189ef #2122ef #21efee

Monochromatic Colors of #2189ef

#2189ef

Complementary Color

#2189ef #ef8721

#2189ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2189ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2189ef Color CSS Codes

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

#2189ef Text Font Color

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

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


#2189ef Background Color

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

This div background color is #2189ef


#2189ef Border Color

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

This div border color is #2189ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2189ef


Comments

No comments written yet.

Please login to write comment.