Color Hex Logo

#d67edd Color Hex

#D67EDD
(214,126,221)
0 Favorites   0 Comments

Color spaces of #d67edd

RGB 214126221
HSL0.820.580.68
HSV296°43°87°
CMYK 0.030.430.00   0.13
XYZ48.243634.438372.5112
Yxy34.43830.31090.2219
Hunter Lab58.684244.0456-32.1809
CIE-Lab65.309048.3749-34.4660

#d67edd color RGB value is (214,126,221).

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

The process color (four color CMYK) of #d67edd color hex is 0.03, 0.43, 0.00, 0.13. Web safe color of #d67edd is #cc66cc. Color #d67edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111110 11011101
Octal 326 176 335
Decimal 214 126 221
Hex D6 7E DD

RGB Percentages of Color #d67edd

%38.15
%22.46
%39.39

CMYK Percentages of Color #d67edd

%3
%43
%0
%13

Triadic Colors of #d67edd

#d67edd #ddd67e #7eddd6

Analogous Colors of #d67edd

#d67edd #dd7eb5 #a77edd

Monochromatic Colors of #d67edd

#d67edd

Complementary Color

#d67edd #85dd7e

#d67edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67edd Color CSS Codes

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

#d67edd Text Font Color

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

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


#d67edd Background Color

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

This div background color is #d67edd


#d67edd Border Color

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

This div border color is #d67edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67edd


Comments

No comments written yet.

Please login to write comment.