Color Hex Logo

#487dee Color Hex

#487DEE
(72,125,238)
0 Favorites   0 Comments

Color spaces of #487dee

RGB 72125238
HSL0.610.830.61
HSV221°70°93°
CMYK 0.700.470.00   0.07
XYZ25.438722.218083.8367
Yxy22.21800.19350.1690
Hunter Lab47.136013.8463-72.4588
CIE-Lab54.257519.3880-62.1771

#487dee color RGB value is (72,125,238).

#487dee hex color red value is 72, green value is 125 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #487dee hue: 0.61 , saturation: 0.83 and the lightness value of 487dee is 0.61.

The process color (four color CMYK) of #487dee color hex is 0.70, 0.47, 0.00, 0.07. Web safe color of #487dee is #3366ff. Color #487dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111101 11101110
Octal 110 175 356
Decimal 72 125 238
Hex 48 7D EE

RGB Percentages of Color #487dee

%16.55
%28.74
%54.71

CMYK Percentages of Color #487dee

%70
%47
%0
%7

Triadic Colors of #487dee

#487dee #ee487d #7dee48

Analogous Colors of #487dee

#487dee #6648ee #48d0ee

Monochromatic Colors of #487dee

#487dee

Complementary Color

#487dee #eeb948

#487dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#487dee Color CSS Codes

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

#487dee Text Font Color

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

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


#487dee Background Color

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

This div background color is #487dee


#487dee Border Color

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

This div border color is #487dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487dee


Comments

No comments written yet.

Please login to write comment.