Color Hex Logo

#d667bf Color Hex

#D667BF
(214,103,191)
0 Favorites   0 Comments

Color spaces of #d667bf

RGB 214103191
HSL0.870.580.62
HSV312°52°84°
CMYK 0.000.520.11   0.16
XYZ41.985827.758252.4352
Yxy27.75820.34360.2272
Hunter Lab52.686150.0470-22.1275
CIE-Lab59.669754.6328-26.3007

#d667bf color RGB value is (214,103,191).

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

The process color (four color CMYK) of #d667bf color hex is 0.00, 0.52, 0.11, 0.16. Web safe color of #d667bf is #cc66cc. Color #d667bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100111 10111111
Octal 326 147 277
Decimal 214 103 191
Hex D6 67 BF

RGB Percentages of Color #d667bf

%42.13
%20.28
%37.60

CMYK Percentages of Color #d667bf

%0
%52
%11
%16

Triadic Colors of #d667bf

#d667bf #bfd667 #67bfd6

Analogous Colors of #d667bf

#d667bf #d66788 #b667d6

Monochromatic Colors of #d667bf

#d667bf

Complementary Color

#d667bf #67d67e

#d667bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d667bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d667bf Color CSS Codes

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

#d667bf Text Font Color

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

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


#d667bf Background Color

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

This div background color is #d667bf


#d667bf Border Color

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

This div border color is #d667bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d667bf


Comments

No comments written yet.

Please login to write comment.