Color Hex Logo

#d400df Color Hex

#D400DF
(212,0,223)
0 Favorites   0 Comments

Color spaces of #d400df

RGB 2120223
HSL0.831.000.44
HSV297°100°87°
CMYK 0.051.000.00   0.13
XYZ40.470719.324871.4090
Yxy19.32480.30850.1473
Hunter Lab43.960087.4018-65.5392
CIE-Lab51.065187.0849-58.1350

#d400df color RGB value is (212,0,223).

#d400df hex color red value is 212, green value is 0 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d400df hue: 0.83 , saturation: 1.00 and the lightness value of d400df is 0.44.

The process color (four color CMYK) of #d400df color hex is 0.05, 1.00, 0.00, 0.13. Web safe color of #d400df is #cc00cc. Color #d400df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000000 11011111
Octal 324 0 337
Decimal 212 0 223
Hex D4 0 DF

RGB Percentages of Color #d400df

%48.74
%0.00
%51.26

CMYK Percentages of Color #d400df

%5
%100
%0
%13

Triadic Colors of #d400df

#d400df #dfd400 #00dfd4

Analogous Colors of #d400df

#d400df #df007b #6500df

Monochromatic Colors of #d400df

#d400df

Complementary Color

#d400df #0bdf00

#d400df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d400df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d400df Color CSS Codes

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

#d400df Text Font Color

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

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


#d400df Background Color

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

This div background color is #d400df


#d400df Border Color

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

This div border color is #d400df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d400df


Comments

No comments written yet.

Please login to write comment.