Color Hex Logo

#d604df Color Hex

#D604DF
(214,4,223)
0 Favorites   0 Comments

Color spaces of #d604df

RGB 2144223
HSL0.830.960.45
HSV298°98°87°
CMYK 0.040.980.00   0.13
XYZ41.094319.710771.4507
Yxy19.71070.31070.1490
Hunter Lab44.396787.5281-64.3417
CIE-Lab51.508587.0955-57.4043

#d604df color RGB value is (214,4,223).

#d604df hex color red value is 214, green value is 4 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d604df hue: 0.83 , saturation: 0.96 and the lightness value of d604df is 0.45.

The process color (four color CMYK) of #d604df color hex is 0.04, 0.98, 0.00, 0.13. Web safe color of #d604df is #cc00cc. Color #d604df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000100 11011111
Octal 326 4 337
Decimal 214 4 223
Hex D6 4 DF

RGB Percentages of Color #d604df

%48.53
%0.91
%50.57

CMYK Percentages of Color #d604df

%4
%98
%0
%13

Triadic Colors of #d604df

#d604df #dfd604 #04dfd6

Analogous Colors of #d604df

#d604df #df047b #6904df

Monochromatic Colors of #d604df

#d604df

Complementary Color

#d604df #0ddf04

#d604df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d604df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d604df Color CSS Codes

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

#d604df Text Font Color

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

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


#d604df Background Color

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

This div background color is #d604df


#d604df Border Color

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

This div border color is #d604df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d604df


Comments

No comments written yet.

Please login to write comment.