Color Hex Logo

#487bda Color Hex

#487BDA
(72,123,218)
0 Favorites   0 Comments

Color spaces of #487bda

RGB 72123218
HSL0.610.660.57
HSV219°67°85°
CMYK 0.670.440.00   0.15
XYZ22.410320.605669.1258
Yxy20.60560.19980.1837
Hunter Lab45.39348.6854-58.5124
CIE-Lab52.515113.5680-53.7629

#487bda color RGB value is (72,123,218).

#487bda hex color red value is 72, green value is 123 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #487bda hue: 0.61 , saturation: 0.66 and the lightness value of 487bda is 0.57.

The process color (four color CMYK) of #487bda color hex is 0.67, 0.44, 0.00, 0.15. Web safe color of #487bda is #3366cc. Color #487bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111011 11011010
Octal 110 173 332
Decimal 72 123 218
Hex 48 7B DA

RGB Percentages of Color #487bda

%17.43
%29.78
%52.78

CMYK Percentages of Color #487bda

%67
%44
%0
%15

Triadic Colors of #487bda

#487bda #da487b #7bda48

Analogous Colors of #487bda

#487bda #5e48da #48c4da

Monochromatic Colors of #487bda

#487bda

Complementary Color

#487bda #daa748

#487bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#487bda Color CSS Codes

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

#487bda Text Font Color

<p style="color:#487bda">Text here</p>

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


#487bda Background Color

<div style="background-color:#487bda">
Div content here</div>

This div background color is #487bda


#487bda Border Color

<div style="border:3px solid #487bda">
Div here</div>

This div border color is #487bda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,123,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #487bda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #487bda;
  -webkit-box-shadow: 1px 1px 3px 2px #487bda;
  box-shadow:         1px 1px 3px 2px #487bda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487bda


Comments

No comments written yet.

Please login to write comment.