Color Hex Logo

#487fce Color Hex

#487FCE
(72,127,206)
0 Favorites   0 Comments

Color spaces of #487fce

RGB 72127206
HSL0.600.580.55
HSV215°65°81°
CMYK 0.650.380.00   0.19
XYZ21.402421.012761.3203
Yxy21.01270.20630.2026
Hunter Lab45.83963.1219-47.2253
CIE-Lab52.96346.9338-46.2601

#487fce color RGB value is (72,127,206).

#487fce hex color red value is 72, green value is 127 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #487fce hue: 0.60 , saturation: 0.58 and the lightness value of 487fce is 0.55.

The process color (four color CMYK) of #487fce color hex is 0.65, 0.38, 0.00, 0.19. Web safe color of #487fce is #3366cc. Color #487fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111111 11001110
Octal 110 177 316
Decimal 72 127 206
Hex 48 7F CE

RGB Percentages of Color #487fce

%17.78
%31.36
%50.86

CMYK Percentages of Color #487fce

%65
%38
%0
%19

Triadic Colors of #487fce

#487fce #ce487f #7fce48

Analogous Colors of #487fce

#487fce #5448ce #48c2ce

Monochromatic Colors of #487fce

#487fce

Complementary Color

#487fce #ce9748

#487fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#487fce Color CSS Codes

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

#487fce Text Font Color

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

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


#487fce Background Color

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

This div background color is #487fce


#487fce Border Color

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

This div border color is #487fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487fce


Comments

No comments written yet.

Please login to write comment.