Color Hex Logo

#d67cdf Color Hex

#D67CDF
(214,124,223)
0 Favorites   0 Comments

Color spaces of #d67cdf

RGB 214124223
HSL0.820.610.68
HSV295°44°87°
CMYK 0.040.440.00   0.13
XYZ48.258534.039273.8388
Yxy34.03920.30910.2180
Hunter Lab58.343145.5458-34.1970
CIE-Lab64.993749.7750-36.0691

#d67cdf color RGB value is (214,124,223).

#d67cdf hex color red value is 214, green value is 124 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d67cdf hue: 0.82 , saturation: 0.61 and the lightness value of d67cdf is 0.68.

The process color (four color CMYK) of #d67cdf color hex is 0.04, 0.44, 0.00, 0.13. Web safe color of #d67cdf is #cc66cc. Color #d67cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111100 11011111
Octal 326 174 337
Decimal 214 124 223
Hex D6 7C DF

RGB Percentages of Color #d67cdf

%38.15
%22.10
%39.75

CMYK Percentages of Color #d67cdf

%4
%44
%0
%13

Triadic Colors of #d67cdf

#d67cdf #dfd67c #7cdfd6

Analogous Colors of #d67cdf

#d67cdf #df7cb7 #a57cdf

Monochromatic Colors of #d67cdf

#d67cdf

Complementary Color

#d67cdf #85df7c

#d67cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67cdf Color CSS Codes

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

#d67cdf Text Font Color

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

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


#d67cdf Background Color

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

This div background color is #d67cdf


#d67cdf Border Color

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

This div border color is #d67cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67cdf


Comments

No comments written yet.

Please login to write comment.