Color Hex Logo

#487abf Color Hex

#487ABF
(72,122,191)
0 Favorites   0 Comments

Color spaces of #487abf

RGB 72122191
HSL0.600.480.52
HSV215°62°75°
CMYK 0.620.360.00   0.25
XYZ19.036019.058451.9655
Yxy19.05840.21140.2116
Hunter Lab43.65591.4364-40.0162
CIE-Lab50.75554.7990-41.2005

#487abf color RGB value is (72,122,191).

#487abf hex color red value is 72, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #487abf hue: 0.60 , saturation: 0.48 and the lightness value of 487abf is 0.52.

The process color (four color CMYK) of #487abf color hex is 0.62, 0.36, 0.00, 0.25. Web safe color of #487abf is #3366cc. Color #487abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111010 10111111
Octal 110 172 277
Decimal 72 122 191
Hex 48 7A BF

RGB Percentages of Color #487abf

%18.70
%31.69
%49.61

CMYK Percentages of Color #487abf

%62
%36
%0
%25

Triadic Colors of #487abf

#487abf #bf487a #7abf48

Analogous Colors of #487abf

#487abf #5148bf #48b6bf

Monochromatic Colors of #487abf

#487abf

Complementary Color

#487abf #bf8d48

#487abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#487abf Color CSS Codes

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

#487abf Text Font Color

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

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


#487abf Background Color

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

This div background color is #487abf


#487abf Border Color

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

This div border color is #487abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487abf


Comments

No comments written yet.

Please login to write comment.