Color Hex Logo

#d67fce Color Hex

#D67FCE
(214,127,206)
0 Favorites   0 Comments

Color spaces of #d67fce

RGB 214127206
HSL0.850.510.67
HSV306°41°84°
CMYK 0.000.410.04   0.16
XYZ46.461533.931162.4931
Yxy33.93110.32520.2375
Hunter Lab58.250440.4364-22.8331
CIE-Lab64.907845.1311-26.7125

#d67fce color RGB value is (214,127,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111111 11001110
Octal 326 177 316
Decimal 214 127 206
Hex D6 7F CE

RGB Percentages of Color #d67fce

%39.12
%23.22
%37.66

CMYK Percentages of Color #d67fce

%0
%41
%4
%16

Triadic Colors of #d67fce

#d67fce #ced67f #7fced6

Analogous Colors of #d67fce

#d67fce #d67fa3 #b37fd6

Monochromatic Colors of #d67fce

#d67fce

Complementary Color

#d67fce #7fd687

#d67fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67fce Color CSS Codes

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

#d67fce Text Font Color

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

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


#d67fce Background Color

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

This div background color is #d67fce


#d67fce Border Color

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

This div border color is #d67fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67fce


Comments

No comments written yet.

Please login to write comment.