Color Hex Logo

#4f84dd Color Hex

#4F84DD
(79,132,221)
0 Favorites   0 Comments

Color spaces of #4f84dd

RGB 79132221
HSL0.600.680.59
HSV218°64°87°
CMYK 0.640.400.00   0.13
XYZ24.526923.385371.6277
Yxy23.38530.20520.1956
Hunter Lab48.35835.9064-53.9687
CIE-Lab55.467010.2780-50.7227

#4f84dd color RGB value is (79,132,221).

#4f84dd hex color red value is 79, green value is 132 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4f84dd hue: 0.60 , saturation: 0.68 and the lightness value of 4f84dd is 0.59.

The process color (four color CMYK) of #4f84dd color hex is 0.64, 0.40, 0.00, 0.13. Web safe color of #4f84dd is #6699cc. Color #4f84dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10000100 11011101
Octal 117 204 335
Decimal 79 132 221
Hex 4F 84 DD

RGB Percentages of Color #4f84dd

%18.29
%30.56
%51.16

CMYK Percentages of Color #4f84dd

%64
%40
%0
%13

Triadic Colors of #4f84dd

#4f84dd #dd4f84 #84dd4f

Analogous Colors of #4f84dd

#4f84dd #614fdd #4fcbdd

Monochromatic Colors of #4f84dd

#4f84dd

Complementary Color

#4f84dd #dda84f

#4f84dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f84dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f84dd Color CSS Codes

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

#4f84dd Text Font Color

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

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


#4f84dd Background Color

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

This div background color is #4f84dd


#4f84dd Border Color

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

This div border color is #4f84dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f84dd


Comments

No comments written yet.

Please login to write comment.