Color Hex Logo

#4f0dcc Color Hex

#4F0DCC
(79,13,204)
0 Favorites   0 Comments

Color spaces of #4f0dcc

RGB 7913204
HSL0.720.880.43
HSV261°94°80°
CMYK 0.610.940.00   0.20
XYZ14.26756.309757.5927
Yxy6.30970.18250.0807
Hunter Lab25.119157.4284-118.3558
CIE-Lab30.180766.6746-82.1236

#4f0dcc color RGB value is (79,13,204).

#4f0dcc hex color red value is 79, green value is 13 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4f0dcc hue: 0.72 , saturation: 0.88 and the lightness value of 4f0dcc is 0.43.

The process color (four color CMYK) of #4f0dcc color hex is 0.61, 0.94, 0.00, 0.20. Web safe color of #4f0dcc is #6600cc. Color #4f0dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00001101 11001100
Octal 117 15 314
Decimal 79 13 204
Hex 4F D CC

RGB Percentages of Color #4f0dcc

%26.69
%4.39
%68.92

CMYK Percentages of Color #4f0dcc

%61
%94
%0
%20

Triadic Colors of #4f0dcc

#4f0dcc #cc4f0d #0dcc4f

Analogous Colors of #4f0dcc

#4f0dcc #af0dcc #0d2bcc

Monochromatic Colors of #4f0dcc

#4f0dcc

Complementary Color

#4f0dcc #8acc0d

#4f0dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f0dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f0dcc Color CSS Codes

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

#4f0dcc Text Font Color

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

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


#4f0dcc Background Color

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

This div background color is #4f0dcc


#4f0dcc Border Color

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

This div border color is #4f0dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f0dcc


Comments

No comments written yet.

Please login to write comment.