Color Hex Logo

#d467ad Color Hex

#D467AD
(212,103,173)
0 Favorites   0 Comments

Color spaces of #d467ad

RGB 212103173
HSL0.890.560.62
HSV321°51°83°
CMYK 0.000.510.18   0.17
XYZ39.544526.714742.6074
Yxy26.71470.36320.2454
Hunter Lab51.686346.1171-12.6951
CIE-Lab58.709351.2438-17.4776

#d467ad color RGB value is (212,103,173).

#d467ad hex color red value is 212, green value is 103 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d467ad hue: 0.89 , saturation: 0.56 and the lightness value of d467ad is 0.62.

The process color (four color CMYK) of #d467ad color hex is 0.00, 0.51, 0.18, 0.17. Web safe color of #d467ad is #cc6699. Color #d467ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100111 10101101
Octal 324 147 255
Decimal 212 103 173
Hex D4 67 AD

RGB Percentages of Color #d467ad

%43.44
%21.11
%35.45

CMYK Percentages of Color #d467ad

%0
%51
%18
%17

Triadic Colors of #d467ad

#d467ad #add467 #67add4

Analogous Colors of #d467ad

#d467ad #d46777 #c567d4

Monochromatic Colors of #d467ad

#d467ad

Complementary Color

#d467ad #67d48e

#d467ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d467ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d467ad Color CSS Codes

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

#d467ad Text Font Color

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

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


#d467ad Background Color

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

This div background color is #d467ad


#d467ad Border Color

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

This div border color is #d467ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,103,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 #d467ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d467ad


Comments

No comments written yet.

Please login to write comment.