Color Hex Logo

#d607df Color Hex

#D607DF
(214,7,223)
0 Favorites   0 Comments

Color spaces of #d607df

RGB 2147223
HSL0.830.940.45
HSV298°97°87°
CMYK 0.040.970.00   0.13
XYZ41.126819.775871.4615
Yxy19.77580.31070.1494
Hunter Lab44.470087.2581-64.1477
CIE-Lab51.582886.8752-57.2850

#d607df color RGB value is (214,7,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000111 11011111
Octal 326 7 337
Decimal 214 7 223
Hex D6 7 DF

RGB Percentages of Color #d607df

%48.20
%1.58
%50.23

CMYK Percentages of Color #d607df

%4
%97
%0
%13

Triadic Colors of #d607df

#d607df #dfd607 #07dfd6

Analogous Colors of #d607df

#d607df #df077c #6a07df

Monochromatic Colors of #d607df

#d607df

Complementary Color

#d607df #10df07

#d607df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d607df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d607df Color CSS Codes

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

#d607df Text Font Color

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

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


#d607df Background Color

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

This div background color is #d607df


#d607df Border Color

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

This div border color is #d607df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d607df


Comments

No comments written yet.

Please login to write comment.