Color Hex Logo

#d667ce Color Hex

#D667CE
(214,103,206)
0 Favorites   0 Comments

Color spaces of #d667ce

RGB 214103206
HSL0.850.580.62
HSV304°52°84°
CMYK 0.000.520.04   0.16
XYZ43.722428.452961.5800
Yxy28.45290.32690.2127
Hunter Lab53.341352.9645-31.1087
CIE-Lab60.295757.1136-33.8510

#d667ce color RGB value is (214,103,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100111 11001110
Octal 326 147 316
Decimal 214 103 206
Hex D6 67 CE

RGB Percentages of Color #d667ce

%40.92
%19.69
%39.39

CMYK Percentages of Color #d667ce

%0
%52
%4
%16

Triadic Colors of #d667ce

#d667ce #ced667 #67ced6

Analogous Colors of #d667ce

#d667ce #d66797 #a767d6

Monochromatic Colors of #d667ce

#d667ce

Complementary Color

#d667ce #67d66f

#d667ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d667ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d667ce Color CSS Codes

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

#d667ce Text Font Color

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

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


#d667ce Background Color

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

This div background color is #d667ce


#d667ce Border Color

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

This div border color is #d667ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d667ce


Comments

No comments written yet.

Please login to write comment.