Color Hex Logo

#d667cf Color Hex

#D667CF
(214,103,207)
0 Favorites   0 Comments

Color spaces of #d667cf

RGB 214103207
HSL0.840.580.62
HSV304°52°84°
CMYK 0.000.520.03   0.16
XYZ43.844328.501662.2220
Yxy28.50160.32580.2118
Hunter Lab53.386953.1671-31.7312
CIE-Lab60.339257.2844-34.3488

#d667cf color RGB value is (214,103,207).

#d667cf hex color red value is 214, green value is 103 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d667cf hue: 0.84 , saturation: 0.58 and the lightness value of d667cf is 0.62.

The process color (four color CMYK) of #d667cf color hex is 0.00, 0.52, 0.03, 0.16. Web safe color of #d667cf is #cc66cc. Color #d667cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100111 11001111
Octal 326 147 317
Decimal 214 103 207
Hex D6 67 CF

RGB Percentages of Color #d667cf

%40.84
%19.66
%39.50

CMYK Percentages of Color #d667cf

%0
%52
%3
%16

Triadic Colors of #d667cf

#d667cf #cfd667 #67cfd6

Analogous Colors of #d667cf

#d667cf #d66798 #a667d6

Monochromatic Colors of #d667cf

#d667cf

Complementary Color

#d667cf #67d66e

#d667cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d667cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d667cf Color CSS Codes

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

#d667cf Text Font Color

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

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


#d667cf Background Color

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

This div background color is #d667cf


#d667cf Border Color

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

This div border color is #d667cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,103,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d667cf


Comments

No comments written yet.

Please login to write comment.