Color Hex Logo

#488fbf Color Hex

#488FBF
(72,143,191)
1 Favorites   0 Comments

Color spaces of #488fbf

RGB 72143191
HSL0.570.480.52
HSV204°62°75°
CMYK 0.620.250.00   0.25
XYZ21.898924.784252.9199
Yxy24.78420.21990.2488
Hunter Lab49.7837-8.6028-28.1764
CIE-Lab56.8646-7.5472-31.6187

#488fbf color RGB value is (72,143,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001111 10111111
Octal 110 217 277
Decimal 72 143 191
Hex 48 8F BF

RGB Percentages of Color #488fbf

%17.73
%35.22
%47.04

CMYK Percentages of Color #488fbf

%62
%25
%0
%25

Triadic Colors of #488fbf

#488fbf #bf488f #8fbf48

Analogous Colors of #488fbf

#488fbf #4853bf #48bfb4

Monochromatic Colors of #488fbf

#488fbf

Complementary Color

#488fbf #bf7848

#488fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#488fbf Color CSS Codes

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

#488fbf Text Font Color

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

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


#488fbf Background Color

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

This div background color is #488fbf


#488fbf Border Color

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

This div border color is #488fbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,143,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 #488fbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488fbf


Comments

No comments written yet.

Please login to write comment.