Color Hex Logo

#488dbf Color Hex

#488DBF
(72,141,191)
0 Favorites   0 Comments

Color spaces of #488dbf

RGB 72141191
HSL0.570.480.52
HSV205°62°75°
CMYK 0.620.260.00   0.25
XYZ21.601324.189152.8207
Yxy24.18910.21910.2453
Hunter Lab49.1824-7.6706-29.2483
CIE-Lab56.2766-6.4080-32.5340

#488dbf color RGB value is (72,141,191).

#488dbf hex color red value is 72, green value is 141 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #488dbf hue: 0.57 , saturation: 0.48 and the lightness value of 488dbf is 0.52.

The process color (four color CMYK) of #488dbf color hex is 0.62, 0.26, 0.00, 0.25. Web safe color of #488dbf is #3399cc. Color #488dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001101 10111111
Octal 110 215 277
Decimal 72 141 191
Hex 48 8D BF

RGB Percentages of Color #488dbf

%17.82
%34.90
%47.28

CMYK Percentages of Color #488dbf

%62
%26
%0
%25

Triadic Colors of #488dbf

#488dbf #bf488d #8dbf48

Analogous Colors of #488dbf

#488dbf #4851bf #48bfb6

Monochromatic Colors of #488dbf

#488dbf

Complementary Color

#488dbf #bf7a48

#488dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#488dbf Color CSS Codes

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

#488dbf Text Font Color

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

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


#488dbf Background Color

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

This div background color is #488dbf


#488dbf Border Color

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

This div border color is #488dbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,141,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #488dbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #488dbf;
  -webkit-box-shadow: 1px 1px 3px 2px #488dbf;
  box-shadow:         1px 1px 3px 2px #488dbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488dbf


Comments

No comments written yet.

Please login to write comment.