Color Hex Logo

#4877fa Color Hex

#4877FA
(72,119,250)
0 Favorites   0 Comments

Color spaces of #4877fa

RGB 72119250
HSL0.620.950.63
HSV224°71°98°
CMYK 0.710.520.00   0.02
XYZ26.524621.473593.1893
Yxy21.47350.18790.1521
Hunter Lab46.339521.0787-86.7952
CIE-Lab53.463927.3302-70.1232

#4877fa color RGB value is (72,119,250).

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

The process color (four color CMYK) of #4877fa color hex is 0.71, 0.52, 0.00, 0.02. Web safe color of #4877fa is #3366ff. Color #4877fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110111 11111010
Octal 110 167 372
Decimal 72 119 250
Hex 48 77 FA

RGB Percentages of Color #4877fa

%16.33
%26.98
%56.69

CMYK Percentages of Color #4877fa

%71
%52
%0
%2

Triadic Colors of #4877fa

#4877fa #fa4877 #77fa48

Analogous Colors of #4877fa

#4877fa #7248fa #48d0fa

Monochromatic Colors of #4877fa

#4877fa

Complementary Color

#4877fa #facb48

#4877fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4877fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4877fa Color CSS Codes

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

#4877fa Text Font Color

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

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


#4877fa Background Color

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

This div background color is #4877fa


#4877fa Border Color

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

This div border color is #4877fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4877fa


Comments

No comments written yet.

Please login to write comment.