Color Hex Logo

#d672df Color Hex

#D672DF
(214,114,223)
0 Favorites   0 Comments

Color spaces of #d672df

RGB 214114223
HSL0.820.630.66
HSV295°49°87°
CMYK 0.040.490.00   0.13
XYZ47.068231.658573.4420
Yxy31.65850.30930.2080
Hunter Lab56.265950.8556-38.0032
CIE-Lab63.059654.8046-39.0884

#d672df color RGB value is (214,114,223).

#d672df hex color red value is 214, green value is 114 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d672df hue: 0.82 , saturation: 0.63 and the lightness value of d672df is 0.66.

The process color (four color CMYK) of #d672df color hex is 0.04, 0.49, 0.00, 0.13. Web safe color of #d672df is #cc66cc. Color #d672df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110010 11011111
Octal 326 162 337
Decimal 214 114 223
Hex D6 72 DF

RGB Percentages of Color #d672df

%38.84
%20.69
%40.47

CMYK Percentages of Color #d672df

%4
%49
%0
%13

Triadic Colors of #d672df

#d672df #dfd672 #72dfd6

Analogous Colors of #d672df

#d672df #df72b2 #a072df

Monochromatic Colors of #d672df

#d672df

Complementary Color

#d672df #7bdf72

#d672df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d672df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d672df Color CSS Codes

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

#d672df Text Font Color

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

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


#d672df Background Color

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

This div background color is #d672df


#d672df Border Color

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

This div border color is #d672df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d672df


Comments

No comments written yet.

Please login to write comment.