Color Hex Logo

#488693 Color Hex

#488693
(72,134,147)
0 Favorites   0 Comments

Color spaces of #488693

RGB 72134147
HSL0.530.340.43
HSV190°51°58°
CMYK 0.510.090.00   0.42
XYZ16.464020.534530.6996
Yxy20.53450.24320.3033
Hunter Lab45.3150-14.4480-8.4467
CIE-Lab52.4362-16.2632-13.1523

#488693 color RGB value is (72,134,147).

#488693 hex color red value is 72, green value is 134 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #488693 hue: 0.53 , saturation: 0.34 and the lightness value of 488693 is 0.43.

The process color (four color CMYK) of #488693 color hex is 0.51, 0.09, 0.00, 0.42. Web safe color of #488693 is #339999. Color #488693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000110 10010011
Octal 110 206 223
Decimal 72 134 147
Hex 48 86 93

RGB Percentages of Color #488693

%20.40
%37.96
%41.64

CMYK Percentages of Color #488693

%51
%9
%0
%42

Triadic Colors of #488693

#488693 #934886 #869348

Analogous Colors of #488693

#488693 #486193 #48937b

Monochromatic Colors of #488693

#488693

Complementary Color

#488693 #935548

#488693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488693 Color CSS Codes

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

#488693 Text Font Color

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

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


#488693 Background Color

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

This div background color is #488693


#488693 Border Color

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

This div border color is #488693


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,134,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #488693; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #488693;
  -webkit-box-shadow: 1px 1px 3px 2px #488693;
  box-shadow:         1px 1px 3px 2px #488693; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,134,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488693


Comments

No comments written yet.

Please login to write comment.