Color Hex Logo

#4d18fd Color Hex

#4D18FD
(77,24,253)
0 Favorites   0 Comments

Color spaces of #4d18fd

RGB 7724253
HSL0.710.980.54
HSV254°91°99°
CMYK 0.700.910.00   0.01
XYZ21.11689.322993.6150
Yxy9.32290.17020.0752
Hunter Lab30.533470.0164-160.4088
CIE-Lab36.598776.1122-99.4898

#4d18fd color RGB value is (77,24,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 00011000 11111101
Octal 115 30 375
Decimal 77 24 253
Hex 4D 18 FD

RGB Percentages of Color #4d18fd

%21.75
%6.78
%71.47

CMYK Percentages of Color #4d18fd

%70
%91
%0
%1

Triadic Colors of #4d18fd

#4d18fd #fd4d18 #18fd4d

Analogous Colors of #4d18fd

#4d18fd #c018fd #1856fd

Monochromatic Colors of #4d18fd

#4d18fd

Complementary Color

#4d18fd #c8fd18

#4d18fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d18fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d18fd Color CSS Codes

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

#4d18fd Text Font Color

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

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


#4d18fd Background Color

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

This div background color is #4d18fd


#4d18fd Border Color

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

This div border color is #4d18fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,24,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 #4d18fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d18fd

Related Colors


Comments

No comments written yet.

Please login to write comment.