Color Hex Logo

#d66fbc Color Hex

#D66FBC
(214,111,188)
0 Favorites   0 Comments

Color spaces of #d66fbc

RGB 214111188
HSL0.880.560.64
HSV315°48°84°
CMYK 0.000.480.12   0.16
XYZ42.493129.295950.9920
Yxy29.29590.34610.2386
Hunter Lab54.125745.4172-17.9693
CIE-Lab61.041950.2455-22.4832

#d66fbc color RGB value is (214,111,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101111 10111100
Octal 326 157 274
Decimal 214 111 188
Hex D6 6F BC

RGB Percentages of Color #d66fbc

%41.72
%21.64
%36.65

CMYK Percentages of Color #d66fbc

%0
%48
%12
%16

Triadic Colors of #d66fbc

#d66fbc #bcd66f #6fbcd6

Analogous Colors of #d66fbc

#d66fbc #d66f89 #bd6fd6

Monochromatic Colors of #d66fbc

#d66fbc

Complementary Color

#d66fbc #6fd689

#d66fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d66fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d66fbc Color CSS Codes

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

#d66fbc Text Font Color

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

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


#d66fbc Background Color

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

This div background color is #d66fbc


#d66fbc Border Color

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

This div border color is #d66fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d66fbc


Comments

No comments written yet.

Please login to write comment.