Color Hex Logo

#d68fcb Color Hex

#D68FCB
(214,143,203)
0 Favorites   0 Comments

Color spaces of #d68fcb

RGB 214143203
HSL0.860.460.70
HSV309°33°84°
CMYK 0.000.330.05   0.16
XYZ48.333538.252961.3360
Yxy38.25290.32670.2586
Hunter Lab61.848931.2580-15.5040
CIE-Lab68.206636.1328-19.9928

#d68fcb color RGB value is (214,143,203).

#d68fcb hex color red value is 214, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d68fcb hue: 0.86 , saturation: 0.46 and the lightness value of d68fcb is 0.70.

The process color (four color CMYK) of #d68fcb color hex is 0.00, 0.33, 0.05, 0.16. Web safe color of #d68fcb is #cc99cc. Color #d68fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001111 11001011
Octal 326 217 313
Decimal 214 143 203
Hex D6 8F CB

RGB Percentages of Color #d68fcb

%38.21
%25.54
%36.25

CMYK Percentages of Color #d68fcb

%0
%33
%5
%16

Triadic Colors of #d68fcb

#d68fcb #cbd68f #8fcbd6

Analogous Colors of #d68fcb

#d68fcb #d68fa8 #be8fd6

Monochromatic Colors of #d68fcb

#d68fcb

Complementary Color

#d68fcb #8fd69a

#d68fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68fcb Color CSS Codes

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

#d68fcb Text Font Color

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

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


#d68fcb Background Color

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

This div background color is #d68fcb


#d68fcb Border Color

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

This div border color is #d68fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68fcb


Comments

No comments written yet.

Please login to write comment.