Color Hex Logo

#d67ace Color Hex

#D67ACE
(214,122,206)
0 Favorites   0 Comments

Color spaces of #d67ace

RGB 214122206
HSL0.850.530.66
HSV305°43°84°
CMYK 0.000.430.04   0.16
XYZ45.831732.671462.2831
Yxy32.67140.32550.2321
Hunter Lab57.158943.0985-24.5940
CIE-Lab63.894047.7136-28.2742

#d67ace color RGB value is (214,122,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111010 11001110
Octal 326 172 316
Decimal 214 122 206
Hex D6 7A CE

RGB Percentages of Color #d67ace

%39.48
%22.51
%38.01

CMYK Percentages of Color #d67ace

%0
%43
%4
%16

Triadic Colors of #d67ace

#d67ace #ced67a #7aced6

Analogous Colors of #d67ace

#d67ace #d67aa0 #b07ad6

Monochromatic Colors of #d67ace

#d67ace

Complementary Color

#d67ace #7ad682

#d67ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67ace Color CSS Codes

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

#d67ace Text Font Color

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

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


#d67ace Background Color

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

This div background color is #d67ace


#d67ace Border Color

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

This div border color is #d67ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67ace


Comments

No comments written yet.

Please login to write comment.