Color Hex Logo

#488fcb Color Hex

#488FCB
(72,143,203)
0 Favorites   0 Comments

Color spaces of #488fcb

RGB 72143203
HSL0.580.560.54
HSV207°65°80°
CMYK 0.650.300.00   0.20
XYZ23.274425.334460.1633
Yxy25.33440.21400.2329
Hunter Lab50.3333-5.5438-35.6359
CIE-Lab57.3998-3.5665-37.5657

#488fcb color RGB value is (72,143,203).

#488fcb hex color red value is 72, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #488fcb hue: 0.58 , saturation: 0.56 and the lightness value of 488fcb is 0.54.

The process color (four color CMYK) of #488fcb color hex is 0.65, 0.30, 0.00, 0.20. Web safe color of #488fcb is #3399cc. Color #488fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001111 11001011
Octal 110 217 313
Decimal 72 143 203
Hex 48 8F CB

RGB Percentages of Color #488fcb

%17.22
%34.21
%48.56

CMYK Percentages of Color #488fcb

%65
%30
%0
%20

Triadic Colors of #488fcb

#488fcb #cb488f #8fcb48

Analogous Colors of #488fcb

#488fcb #484ecb #48cbc6

Monochromatic Colors of #488fcb

#488fcb

Complementary Color

#488fcb #cb8448

#488fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#488fcb Color CSS Codes

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

#488fcb Text Font Color

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

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


#488fcb Background Color

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

This div background color is #488fcb


#488fcb Border Color

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

This div border color is #488fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488fcb


Comments

No comments written yet.

Please login to write comment.