Color Hex Logo

#4877fd Color Hex

#4877FD
(72,119,253)
0 Favorites   0 Comments

Color spaces of #4877fd

RGB 72119253
HSL0.620.980.64
HSV224°72°99°
CMYK 0.720.530.00   0.01
XYZ26.998921.663295.6869
Yxy21.66320.18700.1501
Hunter Lab46.543722.0920-89.3107
CIE-Lab53.667828.3871-71.4531

#4877fd color RGB value is (72,119,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110111 11111101
Octal 110 167 375
Decimal 72 119 253
Hex 48 77 FD

RGB Percentages of Color #4877fd

%16.22
%26.80
%56.98

CMYK Percentages of Color #4877fd

%72
%53
%0
%1

Triadic Colors of #4877fd

#4877fd #fd4877 #77fd48

Analogous Colors of #4877fd

#4877fd #7448fd #48d2fd

Monochromatic Colors of #4877fd

#4877fd

Complementary Color

#4877fd #fdce48

#4877fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4877fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4877fd Color CSS Codes

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

#4877fd Text Font Color

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

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


#4877fd Background Color

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

This div background color is #4877fd


#4877fd Border Color

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

This div border color is #4877fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,119,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 #4877fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4877fd


Comments

No comments written yet.

Please login to write comment.