Color Hex Logo

#4d0ffd Color Hex

#4D0FFD
(77,15,253)
0 Favorites   0 Comments

Color spaces of #4d0ffd

RGB 7715253
HSL0.710.980.53
HSV256°94°99°
CMYK 0.700.940.00   0.01
XYZ20.96109.011393.5631
Yxy9.01130.16970.0729
Hunter Lab30.018872.1068-163.7827
CIE-Lab36.006077.9201-100.4765

#4d0ffd color RGB value is (77,15,253).

#4d0ffd hex color red value is 77, green value is 15 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4d0ffd hue: 0.71 , saturation: 0.98 and the lightness value of 4d0ffd is 0.53.

The process color (four color CMYK) of #4d0ffd color hex is 0.70, 0.94, 0.00, 0.01. Web safe color of #4d0ffd is #6600ff. Color #4d0ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00001111 11111101
Octal 115 17 375
Decimal 77 15 253
Hex 4D F FD

RGB Percentages of Color #4d0ffd

%22.32
%4.35
%73.33

CMYK Percentages of Color #4d0ffd

%70
%94
%0
%1

Triadic Colors of #4d0ffd

#4d0ffd #fd4d0f #0ffd4d

Analogous Colors of #4d0ffd

#4d0ffd #c40ffd #0f48fd

Monochromatic Colors of #4d0ffd

#4d0ffd

Complementary Color

#4d0ffd #bffd0f

#4d0ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d0ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d0ffd Color CSS Codes

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

#4d0ffd Text Font Color

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

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


#4d0ffd Background Color

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

This div background color is #4d0ffd


#4d0ffd Border Color

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

This div border color is #4d0ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d0ffd


Comments

No comments written yet.

Please login to write comment.