Color Hex Logo

#4f96ff Color Hex

#4F96FF
(79,150,255)
0 Favorites   0 Comments

Color spaces of #4f96ff

RGB 79150255
HSL0.601.000.65
HSV216°69°100°
CMYK 0.690.410.00   0.00
XYZ32.180830.695098.8364
Yxy30.69500.19900.1898
Hunter Lab55.40316.7261-66.9884
CIE-Lab62.249311.2078-58.7365

#4f96ff color RGB value is (79,150,255).

#4f96ff hex color red value is 79, green value is 150 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4f96ff hue: 0.60 , saturation: 1.00 and the lightness value of 4f96ff is 0.65.

The process color (four color CMYK) of #4f96ff color hex is 0.69, 0.41, 0.00, 0.00. Web safe color of #4f96ff is #6699ff. Color #4f96ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10010110 11111111
Octal 117 226 377
Decimal 79 150 255
Hex 4F 96 FF

RGB Percentages of Color #4f96ff

%16.32
%30.99
%52.69

CMYK Percentages of Color #4f96ff

%69
%41
%0
%0

Triadic Colors of #4f96ff

#4f96ff #ff4f96 #96ff4f

Analogous Colors of #4f96ff

#4f96ff #604fff #4feeff

Monochromatic Colors of #4f96ff

#4f96ff

Complementary Color

#4f96ff #ffb84f

#4f96ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f96ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f96ff Color CSS Codes

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

#4f96ff Text Font Color

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

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


#4f96ff Background Color

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

This div background color is #4f96ff


#4f96ff Border Color

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

This div border color is #4f96ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f96ff

Related Colors


Comments

No comments written yet.

Please login to write comment.