Color Hex Logo

#d41cff Color Hex

#D41CFF
(212,28,255)
0 Favorites   0 Comments

Color spaces of #d41cff

RGB 21228255
HSL0.801.000.55
HSV289°89°100°
CMYK 0.170.890.00   0.00
XYZ45.616622.047696.4591
Yxy22.04760.27790.1343
Hunter Lab46.954991.2415-88.9307
CIE-Lab54.077589.4116-71.2607

#d41cff color RGB value is (212,28,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011100 11111111
Octal 324 34 377
Decimal 212 28 255
Hex D4 1C FF

RGB Percentages of Color #d41cff

%42.83
%5.66
%51.52

CMYK Percentages of Color #d41cff

%17
%89
%0
%0

Triadic Colors of #d41cff

#d41cff #ffd41c #1cffd4

Analogous Colors of #d41cff

#d41cff #ff1cb9 #631cff

Monochromatic Colors of #d41cff

#d41cff

Complementary Color

#d41cff #47ff1c

#d41cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41cff Color CSS Codes

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

#d41cff Text Font Color

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

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


#d41cff Background Color

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

This div background color is #d41cff


#d41cff Border Color

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

This div border color is #d41cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41cff

Related Colors


Comments

No comments written yet.

Please login to write comment.