Color Hex Logo

#488fbe Color Hex

#488FBE
(72,143,190)
0 Favorites   0 Comments

Color spaces of #488fbe

RGB 72143190
HSL0.570.480.51
HSV204°62°75°
CMYK 0.620.250.00   0.25
XYZ21.789224.740352.3421
Yxy24.74030.22040.2502
Hunter Lab49.7396-8.8497-27.5744
CIE-Lab56.8215-7.8744-31.1185

#488fbe color RGB value is (72,143,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001111 10111110
Octal 110 217 276
Decimal 72 143 190
Hex 48 8F BE

RGB Percentages of Color #488fbe

%17.78
%35.31
%46.91

CMYK Percentages of Color #488fbe

%62
%25
%0
%25

Triadic Colors of #488fbe

#488fbe #be488f #8fbe48

Analogous Colors of #488fbe

#488fbe #4854be #48beb2

Monochromatic Colors of #488fbe

#488fbe

Complementary Color

#488fbe #be7748

#488fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#488fbe Color CSS Codes

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

#488fbe Text Font Color

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

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


#488fbe Background Color

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

This div background color is #488fbe


#488fbe Border Color

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

This div border color is #488fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488fbe


Comments

No comments written yet.

Please login to write comment.