Color Hex Logo

#298190 Color Hex

#298190
(41,129,144)
0 Favorites   0 Comments

Color spaces of #298190

RGB 41129144
HSL0.520.560.36
HSV189°72°56°
CMYK 0.720.100.00   0.44
XYZ13.798718.185529.1684
Yxy18.18550.22560.2974
Hunter Lab42.6445-16.8696-10.7027
CIE-Lab49.7203-20.4907-15.6172

#298190 color RGB value is (41,129,144).

#298190 hex color red value is 41, green value is 129 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #298190 hue: 0.52 , saturation: 0.56 and the lightness value of 298190 is 0.36.

The process color (four color CMYK) of #298190 color hex is 0.72, 0.10, 0.00, 0.44. Web safe color of #298190 is #339999. Color #298190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000001 10010000
Octal 51 201 220
Decimal 41 129 144
Hex 29 81 90

RGB Percentages of Color #298190

%13.06
%41.08
%45.86

CMYK Percentages of Color #298190

%72
%10
%0
%44

Triadic Colors of #298190

#298190 #902981 #819029

Analogous Colors of #298190

#298190 #294d90 #29906c

Monochromatic Colors of #298190

#298190

Complementary Color

#298190 #903829

#298190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298190 Color CSS Codes

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

#298190 Text Font Color

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

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


#298190 Background Color

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

This div background color is #298190


#298190 Border Color

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

This div border color is #298190


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,129,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #298190; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #298190;
  -webkit-box-shadow: 1px 1px 3px 2px #298190;
  box-shadow:         1px 1px 3px 2px #298190; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,129,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298190


Comments

No comments written yet.

Please login to write comment.