Color Hex Logo

#289ea1 Color Hex

#289EA1
(40,158,161)
0 Favorites   0 Comments

Color spaces of #289ea1

RGB 40158161
HSL0.500.600.39
HSV181°75°63°
CMYK 0.750.020.00   0.37
XYZ19.535027.478037.9924
Yxy27.47800.22980.3233
Hunter Lab52.4195-25.2130-6.2784
CIE-Lab59.4142-29.9889-10.7776

#289ea1 color RGB value is (40,158,161).

#289ea1 hex color red value is 40, green value is 158 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #289ea1 hue: 0.50 , saturation: 0.60 and the lightness value of 289ea1 is 0.39.

The process color (four color CMYK) of #289ea1 color hex is 0.75, 0.02, 0.00, 0.37. Web safe color of #289ea1 is #339999. Color #289ea1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011110 10100001
Octal 50 236 241
Decimal 40 158 161
Hex 28 9E A1

RGB Percentages of Color #289ea1

%11.14
%44.01
%44.85

CMYK Percentages of Color #289ea1

%75
%2
%0
%37

Triadic Colors of #289ea1

#289ea1 #a1289e #9ea128

Analogous Colors of #289ea1

#289ea1 #2862a1 #28a168

Monochromatic Colors of #289ea1

#289ea1

Complementary Color

#289ea1 #a12b28

#289ea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289ea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#289ea1 Color CSS Codes

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

#289ea1 Text Font Color

<p style="color:#289ea1">Text here</p>

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


#289ea1 Background Color

<div style="background-color:#289ea1">
Div content here</div>

This div background color is #289ea1


#289ea1 Border Color

<div style="border:3px solid #289ea1">
Div here</div>

This div border color is #289ea1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,158,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #289ea1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #289ea1;
  -webkit-box-shadow: 1px 1px 3px 2px #289ea1;
  box-shadow:         1px 1px 3px 2px #289ea1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,158,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289ea1


Comments

No comments written yet.

Please login to write comment.