Color Hex Logo

#d667ab Color Hex

#D667AB
(214,103,171)
0 Favorites   0 Comments

Color spaces of #d667ab

RGB 214103171
HSL0.900.580.62
HSV323°52°84°
CMYK 0.000.520.20   0.16
XYZ39.932526.936941.6227
Yxy26.93690.36810.2483
Hunter Lab51.900846.5117-11.2181
CIE-Lab58.915951.5703-15.9857

#d667ab color RGB value is (214,103,171).

#d667ab hex color red value is 214, green value is 103 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d667ab hue: 0.90 , saturation: 0.58 and the lightness value of d667ab is 0.62.

The process color (four color CMYK) of #d667ab color hex is 0.00, 0.52, 0.20, 0.16. Web safe color of #d667ab is #cc6699. Color #d667ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100111 10101011
Octal 326 147 253
Decimal 214 103 171
Hex D6 67 AB

RGB Percentages of Color #d667ab

%43.85
%21.11
%35.04

CMYK Percentages of Color #d667ab

%0
%52
%20
%16

Triadic Colors of #d667ab

#d667ab #abd667 #67abd6

Analogous Colors of #d667ab

#d667ab #d66774 #ca67d6

Monochromatic Colors of #d667ab

#d667ab

Complementary Color

#d667ab #67d692

#d667ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d667ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d667ab Color CSS Codes

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

#d667ab Text Font Color

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

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


#d667ab Background Color

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

This div background color is #d667ab


#d667ab Border Color

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

This div border color is #d667ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d667ab


Comments

No comments written yet.

Please login to write comment.