Color Hex Logo

#d669bc Color Hex

#D669BC
(214,105,188)
0 Favorites   0 Comments

Color spaces of #d669bc

RGB 214105188
HSL0.870.570.63
HSV314°51°84°
CMYK 0.000.510.12   0.16
XYZ41.860228.030150.7810
Yxy28.03010.34690.2323
Hunter Lab52.943548.4815-19.8079
CIE-Lab59.915953.1912-24.2100

#d669bc color RGB value is (214,105,188).

#d669bc hex color red value is 214, green value is 105 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d669bc hue: 0.87 , saturation: 0.57 and the lightness value of d669bc is 0.63.

The process color (four color CMYK) of #d669bc color hex is 0.00, 0.51, 0.12, 0.16. Web safe color of #d669bc is #cc66cc. Color #d669bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101001 10111100
Octal 326 151 274
Decimal 214 105 188
Hex D6 69 BC

RGB Percentages of Color #d669bc

%42.21
%20.71
%37.08

CMYK Percentages of Color #d669bc

%0
%51
%12
%16

Triadic Colors of #d669bc

#d669bc #bcd669 #69bcd6

Analogous Colors of #d669bc

#d669bc #d66986 #ba69d6

Monochromatic Colors of #d669bc

#d669bc

Complementary Color

#d669bc #69d683

#d669bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d669bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d669bc Color CSS Codes

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

#d669bc Text Font Color

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

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


#d669bc Background Color

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

This div background color is #d669bc


#d669bc Border Color

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

This div border color is #d669bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d669bc


Comments

No comments written yet.

Please login to write comment.