Color Hex Logo

#487ede Color Hex

#487EDE
(72,126,222)
0 Favorites   0 Comments

Color spaces of #487ede

RGB 72126222
HSL0.610.690.58
HSV218°68°87°
CMYK 0.680.430.00   0.13
XYZ23.318221.573472.0423
Yxy21.57340.19940.1845
Hunter Lab46.44728.3310-59.4493
CIE-Lab53.571413.1313-54.3259

#487ede color RGB value is (72,126,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111110 11011110
Octal 110 176 336
Decimal 72 126 222
Hex 48 7E DE

RGB Percentages of Color #487ede

%17.14
%30.00
%52.86

CMYK Percentages of Color #487ede

%68
%43
%0
%13

Triadic Colors of #487ede

#487ede #de487e #7ede48

Analogous Colors of #487ede

#487ede #5d48de #48c9de

Monochromatic Colors of #487ede

#487ede

Complementary Color

#487ede #dea848

#487ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#487ede Color CSS Codes

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

#487ede Text Font Color

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

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


#487ede Background Color

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

This div background color is #487ede


#487ede Border Color

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

This div border color is #487ede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,126,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 #487ede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487ede


Comments

No comments written yet.

Please login to write comment.