Color Hex Logo

#4f5cea Color Hex

#4F5CEA
(79,92,234)
0 Favorites   0 Comments

Color spaces of #4f5cea

RGB 7992234
HSL0.650.790.61
HSV235°66°92°
CMYK 0.660.610.00   0.08
XYZ21.902915.257179.6324
Yxy15.25710.18750.1306
Hunter Lab39.060331.7374-93.5324
CIE-Lab45.984339.3689-73.3243

#4f5cea color RGB value is (79,92,234).

#4f5cea hex color red value is 79, green value is 92 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4f5cea hue: 0.65 , saturation: 0.79 and the lightness value of 4f5cea is 0.61.

The process color (four color CMYK) of #4f5cea color hex is 0.66, 0.61, 0.00, 0.08. Web safe color of #4f5cea is #6666ff. Color #4f5cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01011100 11101010
Octal 117 134 352
Decimal 79 92 234
Hex 4F 5C EA

RGB Percentages of Color #4f5cea

%19.51
%22.72
%57.78

CMYK Percentages of Color #4f5cea

%66
%61
%0
%8

Triadic Colors of #4f5cea

#4f5cea #ea4f5c #5cea4f

Analogous Colors of #4f5cea

#4f5cea #904fea #4faaea

Monochromatic Colors of #4f5cea

#4f5cea

Complementary Color

#4f5cea #eadd4f

#4f5cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f5cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f5cea Color CSS Codes

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

#4f5cea Text Font Color

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

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


#4f5cea Background Color

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

This div background color is #4f5cea


#4f5cea Border Color

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

This div border color is #4f5cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,92,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f5cea


Comments

No comments written yet.

Please login to write comment.