Color Hex Logo

#d67caf Color Hex

#D67CAF
(214,124,175)
0 Favorites   0 Comments

Color spaces of #d67caf

RGB 214124175
HSL0.910.520.66
HSV326°42°84°
CMYK 0.000.420.18   0.16
XYZ42.677131.806644.4474
Yxy31.80660.35880.2674
Hunter Lab56.397336.3795-7.2490
CIE-Lab63.182741.5689-11.8410

#d67caf color RGB value is (214,124,175).

#d67caf hex color red value is 214, green value is 124 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d67caf hue: 0.91 , saturation: 0.52 and the lightness value of d67caf is 0.66.

The process color (four color CMYK) of #d67caf color hex is 0.00, 0.42, 0.18, 0.16. Web safe color of #d67caf is #cc6699. Color #d67caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111100 10101111
Octal 326 174 257
Decimal 214 124 175
Hex D6 7C AF

RGB Percentages of Color #d67caf

%41.72
%24.17
%34.11

CMYK Percentages of Color #d67caf

%0
%42
%18
%16

Triadic Colors of #d67caf

#d67caf #afd67c #7cafd6

Analogous Colors of #d67caf

#d67caf #d67c82 #d07cd6

Monochromatic Colors of #d67caf

#d67caf

Complementary Color

#d67caf #7cd6a3

#d67caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67caf Color CSS Codes

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

#d67caf Text Font Color

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

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


#d67caf Background Color

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

This div background color is #d67caf


#d67caf Border Color

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

This div border color is #d67caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67caf


Comments

No comments written yet.

Please login to write comment.