Color Hex Logo

#487cde Color Hex

#487CDE
(72,124,222)
0 Favorites   0 Comments

Color spaces of #487cde

RGB 72124222
HSL0.610.690.58
HSV219°68°87°
CMYK 0.680.440.00   0.13
XYZ23.065021.066971.9579
Yxy21.06690.19870.1815
Hunter Lab45.89879.3771-60.8231
CIE-Lab53.022614.3597-55.2040

#487cde color RGB value is (72,124,222).

#487cde hex color red value is 72, green value is 124 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #487cde hue: 0.61 , saturation: 0.69 and the lightness value of 487cde is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111100 11011110
Octal 110 174 336
Decimal 72 124 222
Hex 48 7C DE

RGB Percentages of Color #487cde

%17.22
%29.67
%53.11

CMYK Percentages of Color #487cde

%68
%44
%0
%13

Triadic Colors of #487cde

#487cde #de487c #7cde48

Analogous Colors of #487cde

#487cde #5f48de #48c7de

Monochromatic Colors of #487cde

#487cde

Complementary Color

#487cde #deaa48

#487cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#487cde Color CSS Codes

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

#487cde Text Font Color

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

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


#487cde Background Color

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

This div background color is #487cde


#487cde Border Color

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

This div border color is #487cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487cde


Comments

No comments written yet.

Please login to write comment.