Color Hex Logo

#4f58fa Color Hex

#4F58FA
(79,88,250)
0 Favorites   0 Comments

Color spaces of #4f58fa

RGB 7988250
HSL0.660.940.65
HSV237°68°98°
CMYK 0.680.650.00   0.02
XYZ23.969515.543892.1794
Yxy15.54380.18200.1180
Hunter Lab39.425639.5274-111.0255
CIE-Lab46.370247.0585-81.6652

#4f58fa color RGB value is (79,88,250).

#4f58fa hex color red value is 79, green value is 88 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4f58fa hue: 0.66 , saturation: 0.94 and the lightness value of 4f58fa is 0.65.

The process color (four color CMYK) of #4f58fa color hex is 0.68, 0.65, 0.00, 0.02. Web safe color of #4f58fa is #6666ff. Color #4f58fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01011000 11111010
Octal 117 130 372
Decimal 79 88 250
Hex 4F 58 FA

RGB Percentages of Color #4f58fa

%18.94
%21.10
%59.95

CMYK Percentages of Color #4f58fa

%68
%65
%0
%2

Triadic Colors of #4f58fa

#4f58fa #fa4f58 #58fa4f

Analogous Colors of #4f58fa

#4f58fa #9c4ffa #4faefa

Monochromatic Colors of #4f58fa

#4f58fa

Complementary Color

#4f58fa #faf14f

#4f58fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f58fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f58fa Color CSS Codes

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

#4f58fa Text Font Color

<p style="color:#4f58fa">Text here</p>

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


#4f58fa Background Color

<div style="background-color:#4f58fa">
Div content here</div>

This div background color is #4f58fa


#4f58fa Border Color

<div style="border:3px solid #4f58fa">
Div here</div>

This div border color is #4f58fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,88,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4f58fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4f58fa;
  -webkit-box-shadow: 1px 1px 3px 2px #4f58fa;
  box-shadow:         1px 1px 3px 2px #4f58fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,88,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 #4f58fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f58fa


Comments

No comments written yet.

Please login to write comment.