Color Hex Logo

#d643ad Color Hex

#D643AD
(214,67,173)
0 Favorites   0 Comments

Color spaces of #d643ad

RGB 21467173
HSL0.880.640.55
HSV317°69°84°
CMYK 0.000.690.19   0.16
XYZ37.281521.327641.6868
Yxy21.32760.37170.2126
Hunter Lab46.181863.2807-21.1919
CIE-Lab53.306267.2726-25.7321

#d643ad color RGB value is (214,67,173).

#d643ad hex color red value is 214, green value is 67 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d643ad hue: 0.88 , saturation: 0.64 and the lightness value of d643ad is 0.55.

The process color (four color CMYK) of #d643ad color hex is 0.00, 0.69, 0.19, 0.16. Web safe color of #d643ad is #cc3399. Color #d643ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000011 10101101
Octal 326 103 255
Decimal 214 67 173
Hex D6 43 AD

RGB Percentages of Color #d643ad

%47.14
%14.76
%38.11

CMYK Percentages of Color #d643ad

%0
%69
%19
%16

Triadic Colors of #d643ad

#d643ad #add643 #43add6

Analogous Colors of #d643ad

#d643ad #d64364 #b643d6

Monochromatic Colors of #d643ad

#d643ad

Complementary Color

#d643ad #43d66c

#d643ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d643ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d643ad Color CSS Codes

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

#d643ad Text Font Color

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

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


#d643ad Background Color

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

This div background color is #d643ad


#d643ad Border Color

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

This div border color is #d643ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d643ad


Comments

No comments written yet.

Please login to write comment.