Color Hex Logo

#4d0fda Color Hex

#4D0FDA
(77,15,218)
0 Favorites   0 Comments

Color spaces of #4d0fda

RGB 7715218
HSL0.720.870.46
HSV258°93°85°
CMYK 0.650.930.00   0.15
XYZ15.88636.981466.8399
Yxy6.98140.17710.0778
Hunter Lab26.422361.0831-131.4887
CIE-Lab31.764569.5401-87.6237

#4d0fda color RGB value is (77,15,218).

#4d0fda hex color red value is 77, green value is 15 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4d0fda hue: 0.72 , saturation: 0.87 and the lightness value of 4d0fda is 0.46.

The process color (four color CMYK) of #4d0fda color hex is 0.65, 0.93, 0.00, 0.15. Web safe color of #4d0fda is #6600cc. Color #4d0fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00001111 11011010
Octal 115 17 332
Decimal 77 15 218
Hex 4D F DA

RGB Percentages of Color #4d0fda

%24.84
%4.84
%70.32

CMYK Percentages of Color #4d0fda

%65
%93
%0
%15

Triadic Colors of #4d0fda

#4d0fda #da4d0f #0fda4d

Analogous Colors of #4d0fda

#4d0fda #b30fda #0f36da

Monochromatic Colors of #4d0fda

#4d0fda

Complementary Color

#4d0fda #9cda0f

#4d0fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d0fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d0fda Color CSS Codes

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

#4d0fda Text Font Color

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

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


#4d0fda Background Color

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

This div background color is #4d0fda


#4d0fda Border Color

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

This div border color is #4d0fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,15,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d0fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d0fda;
  -webkit-box-shadow: 1px 1px 3px 2px #4d0fda;
  box-shadow:         1px 1px 3px 2px #4d0fda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,15,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d0fda


Comments

No comments written yet.

Please login to write comment.