Color Hex Logo

#487cdd Color Hex

#487CDD
(72,124,221)
0 Favorites   0 Comments

Color spaces of #487cdd

RGB 72124221
HSL0.610.690.57
HSV219°67°87°
CMYK 0.670.440.00   0.13
XYZ22.931321.013571.2540
Yxy21.01350.19910.1824
Hunter Lab45.84059.0722-60.0715
CIE-Lab52.964314.0075-54.7347

#487cdd color RGB value is (72,124,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111100 11011101
Octal 110 174 335
Decimal 72 124 221
Hex 48 7C DD

RGB Percentages of Color #487cdd

%17.27
%29.74
%53.00

CMYK Percentages of Color #487cdd

%67
%44
%0
%13

Triadic Colors of #487cdd

#487cdd #dd487c #7cdd48

Analogous Colors of #487cdd

#487cdd #5e48dd #48c7dd

Monochromatic Colors of #487cdd

#487cdd

Complementary Color

#487cdd #dda948

#487cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#487cdd Color CSS Codes

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

#487cdd Text Font Color

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

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


#487cdd Background Color

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

This div background color is #487cdd


#487cdd Border Color

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

This div border color is #487cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487cdd


Comments

No comments written yet.

Please login to write comment.