Color Hex Logo

#487ef1 Color Hex

#487EF1
(72,126,241)
0 Favorites   0 Comments

Color spaces of #487ef1

RGB 72126241
HSL0.610.860.61
HSV221°70°95°
CMYK 0.700.480.00   0.05
XYZ26.010522.650386.2201
Yxy22.65030.19280.1679
Hunter Lab47.592314.2685-74.0974
CIE-Lab54.710319.8329-63.1174

#487ef1 color RGB value is (72,126,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111110 11110001
Octal 110 176 361
Decimal 72 126 241
Hex 48 7E F1

RGB Percentages of Color #487ef1

%16.40
%28.70
%54.90

CMYK Percentages of Color #487ef1

%70
%48
%0
%5

Triadic Colors of #487ef1

#487ef1 #f1487e #7ef148

Analogous Colors of #487ef1

#487ef1 #6748f1 #48d3f1

Monochromatic Colors of #487ef1

#487ef1

Complementary Color

#487ef1 #f1bb48

#487ef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487ef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487ef1 Color CSS Codes

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

#487ef1 Text Font Color

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

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


#487ef1 Background Color

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

This div background color is #487ef1


#487ef1 Border Color

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

This div border color is #487ef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487ef1


Comments

No comments written yet.

Please login to write comment.