Color Hex Logo

#487edc Color Hex

#487EDC
(72,126,220)
0 Favorites   0 Comments

Color spaces of #487edc

RGB 72126220
HSL0.610.680.57
HSV218°67°86°
CMYK 0.670.430.00   0.14
XYZ23.051621.466770.6387
Yxy21.46670.20020.1864
Hunter Lab46.33227.7276-57.9619
CIE-Lab53.456512.4290-53.3848

#487edc color RGB value is (72,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111110 11011100
Octal 110 176 334
Decimal 72 126 220
Hex 48 7E DC

RGB Percentages of Color #487edc

%17.22
%30.14
%52.63

CMYK Percentages of Color #487edc

%67
%43
%0
%14

Triadic Colors of #487edc

#487edc #dc487e #7edc48

Analogous Colors of #487edc

#487edc #5c48dc #48c8dc

Monochromatic Colors of #487edc

#487edc

Complementary Color

#487edc #dca648

#487edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#487edc Color CSS Codes

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

#487edc Text Font Color

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

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


#487edc Background Color

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

This div background color is #487edc


#487edc Border Color

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

This div border color is #487edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487edc


Comments

No comments written yet.

Please login to write comment.