Color Hex Logo

#d41eff Color Hex

#D41EFF
(212,30,255)
0 Favorites   0 Comments

Color spaces of #d41eff

RGB 21230255
HSL0.801.000.56
HSV289°88°100°
CMYK 0.170.880.00   0.00
XYZ45.665722.145696.4754
Yxy22.14560.27800.1348
Hunter Lab47.059190.8612-88.6084
CIE-Lab54.181189.1052-71.0928

#d41eff color RGB value is (212,30,255).

#d41eff hex color red value is 212, green value is 30 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d41eff hue: 0.80 , saturation: 1.00 and the lightness value of d41eff is 0.56.

The process color (four color CMYK) of #d41eff color hex is 0.17, 0.88, 0.00, 0.00. Web safe color of #d41eff is #cc33ff. Color #d41eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011110 11111111
Octal 324 36 377
Decimal 212 30 255
Hex D4 1E FF

RGB Percentages of Color #d41eff

%42.66
%6.04
%51.31

CMYK Percentages of Color #d41eff

%17
%88
%0
%0

Triadic Colors of #d41eff

#d41eff #ffd41e #1effd4

Analogous Colors of #d41eff

#d41eff #ff1eba #641eff

Monochromatic Colors of #d41eff

#d41eff

Complementary Color

#d41eff #49ff1e

#d41eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41eff Color CSS Codes

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

#d41eff Text Font Color

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

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


#d41eff Background Color

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

This div background color is #d41eff


#d41eff Border Color

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

This div border color is #d41eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41eff


Comments

No comments written yet.

Please login to write comment.