Color Hex Logo

#4883db Color Hex

#4883DB
(72,131,219)
0 Favorites   0 Comments

Color spaces of #4883db

RGB 72131219
HSL0.600.670.57
HSV216°67°86°
CMYK 0.670.400.00   0.14
XYZ23.575022.724870.1616
Yxy22.72480.20240.1951
Hunter Lab47.67054.8520-53.8938
CIE-Lab54.78779.0334-50.6989

#4883db color RGB value is (72,131,219).

#4883db hex color red value is 72, green value is 131 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4883db hue: 0.60 , saturation: 0.67 and the lightness value of 4883db is 0.57.

The process color (four color CMYK) of #4883db color hex is 0.67, 0.40, 0.00, 0.14. Web safe color of #4883db is #3399cc. Color #4883db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000011 11011011
Octal 110 203 333
Decimal 72 131 219
Hex 48 83 DB

RGB Percentages of Color #4883db

%17.06
%31.04
%51.90

CMYK Percentages of Color #4883db

%67
%40
%0
%14

Triadic Colors of #4883db

#4883db #db4883 #83db48

Analogous Colors of #4883db

#4883db #5748db #48cddb

Monochromatic Colors of #4883db

#4883db

Complementary Color

#4883db #dba048

#4883db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4883db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4883db Color CSS Codes

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

#4883db Text Font Color

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

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


#4883db Background Color

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

This div background color is #4883db


#4883db Border Color

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

This div border color is #4883db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,131,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4883db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4883db;
  -webkit-box-shadow: 1px 1px 3px 2px #4883db;
  box-shadow:         1px 1px 3px 2px #4883db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4883db


Comments

No comments written yet.

Please login to write comment.