Color Hex Logo

#4887fd Color Hex

#4887FD
(72,135,253)
0 Favorites   0 Comments

Color spaces of #4887fd

RGB 72135253
HSL0.610.980.64
HSV219°72°99°
CMYK 0.720.470.00   0.01
XYZ29.066125.797596.3760
Yxy25.79750.19220.1706
Hunter Lab50.791213.2648-76.9485
CIE-Lab57.844318.5680-64.7109

#4887fd color RGB value is (72,135,253).

#4887fd hex color red value is 72, green value is 135 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4887fd hue: 0.61 , saturation: 0.98 and the lightness value of 4887fd is 0.64.

The process color (four color CMYK) of #4887fd color hex is 0.72, 0.47, 0.00, 0.01. Web safe color of #4887fd is #3399ff. Color #4887fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000111 11111101
Octal 110 207 375
Decimal 72 135 253
Hex 48 87 FD

RGB Percentages of Color #4887fd

%15.65
%29.35
%55.00

CMYK Percentages of Color #4887fd

%72
%47
%0
%1

Triadic Colors of #4887fd

#4887fd #fd4887 #87fd48

Analogous Colors of #4887fd

#4887fd #6348fd #48e2fd

Monochromatic Colors of #4887fd

#4887fd

Complementary Color

#4887fd #fdbe48

#4887fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4887fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4887fd Color CSS Codes

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

#4887fd Text Font Color

<p style="color:#4887fd">Text here</p>

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


#4887fd Background Color

<div style="background-color:#4887fd">
Div content here</div>

This div background color is #4887fd


#4887fd Border Color

<div style="border:3px solid #4887fd">
Div here</div>

This div border color is #4887fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,135,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4887fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4887fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4887fd;
  box-shadow:         1px 1px 3px 2px #4887fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4887fd


Comments

No comments written yet.

Please login to write comment.