Color Hex Logo

#248189 Color Hex

#248189
(36,129,137)
0 Favorites   0 Comments

Color spaces of #248189

RGB 36129137
HSL0.510.580.34
HSV185°74°54°
CMYK 0.740.060.00   0.46
XYZ13.093217.881726.4283
Yxy17.88170.22810.3115
Hunter Lab42.2868-18.7331-7.4542
CIE-Lab49.3523-23.4615-12.0810

#248189 color RGB value is (36,129,137).

#248189 hex color red value is 36, green value is 129 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #248189 hue: 0.51 , saturation: 0.58 and the lightness value of 248189 is 0.34.

The process color (four color CMYK) of #248189 color hex is 0.74, 0.06, 0.00, 0.46. Web safe color of #248189 is #339999. Color #248189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10000001 10001001
Octal 44 201 211
Decimal 36 129 137
Hex 24 81 89

RGB Percentages of Color #248189

%11.92
%42.72
%45.36

CMYK Percentages of Color #248189

%74
%6
%0
%46

Triadic Colors of #248189

#248189 #892481 #818924

Analogous Colors of #248189

#248189 #244f89 #24895f

Monochromatic Colors of #248189

#248189

Complementary Color

#248189 #892c24

#248189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#248189 Color CSS Codes

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

#248189 Text Font Color

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

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


#248189 Background Color

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

This div background color is #248189


#248189 Border Color

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

This div border color is #248189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248189


Comments

No comments written yet.

Please login to write comment.