Color Hex Logo

#d67cdc Color Hex

#D67CDC
(214,124,220)
0 Favorites   0 Comments

Color spaces of #d67cdc

RGB 214124220
HSL0.820.580.67
HSV296°44°86°
CMYK 0.030.440.00   0.14
XYZ47.857533.878871.7270
Yxy33.87880.31180.2208
Hunter Lab58.205544.9060-32.3196
CIE-Lab64.866349.2164-34.5974

#d67cdc color RGB value is (214,124,220).

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

The process color (four color CMYK) of #d67cdc color hex is 0.03, 0.44, 0.00, 0.14. Web safe color of #d67cdc is #cc66cc. Color #d67cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111100 11011100
Octal 326 174 334
Decimal 214 124 220
Hex D6 7C DC

RGB Percentages of Color #d67cdc

%38.35
%22.22
%39.43

CMYK Percentages of Color #d67cdc

%3
%44
%0
%14

Triadic Colors of #d67cdc

#d67cdc #dcd67c #7cdcd6

Analogous Colors of #d67cdc

#d67cdc #dc7cb2 #a67cdc

Monochromatic Colors of #d67cdc

#d67cdc

Complementary Color

#d67cdc #82dc7c

#d67cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67cdc Color CSS Codes

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

#d67cdc Text Font Color

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

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


#d67cdc Background Color

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

This div background color is #d67cdc


#d67cdc Border Color

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

This div border color is #d67cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67cdc


Comments

No comments written yet.

Please login to write comment.