Color Hex Logo

#d418f1 Color Hex

#D418F1
(212,24,241)
0 Favorites   0 Comments

Color spaces of #d418f1

RGB 21224241
HSL0.810.890.52
HSV292°90°95°
CMYK 0.120.900.00   0.05
XYZ43.355221.001284.9877
Yxy21.00120.29030.1406
Hunter Lab45.827188.6745-77.8762
CIE-Lab52.950887.6891-65.2652

#d418f1 color RGB value is (212,24,241).

#d418f1 hex color red value is 212, green value is 24 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #d418f1 hue: 0.81 , saturation: 0.89 and the lightness value of d418f1 is 0.52.

The process color (four color CMYK) of #d418f1 color hex is 0.12, 0.90, 0.00, 0.05. Web safe color of #d418f1 is #cc00ff. Color #d418f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011000 11110001
Octal 324 30 361
Decimal 212 24 241
Hex D4 18 F1

RGB Percentages of Color #d418f1

%44.44
%5.03
%50.52

CMYK Percentages of Color #d418f1

%12
%90
%0
%5

Triadic Colors of #d418f1

#d418f1 #f1d418 #18f1d4

Analogous Colors of #d418f1

#d418f1 #f118a2 #6818f1

Monochromatic Colors of #d418f1

#d418f1

Complementary Color

#d418f1 #35f118

#d418f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d418f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d418f1 Color CSS Codes

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

#d418f1 Text Font Color

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

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


#d418f1 Background Color

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

This div background color is #d418f1


#d418f1 Border Color

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

This div border color is #d418f1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,24,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d418f1


Comments

No comments written yet.

Please login to write comment.