Color Hex Logo

#d88fcb Color Hex

#D88FCB
(216,143,203)
0 Favorites   0 Comments

Color spaces of #d88fcb

RGB 216143203
HSL0.860.480.70
HSV311°34°85°
CMYK 0.000.340.06   0.15
XYZ48.920938.555661.3635
Yxy38.55560.32870.2590
Hunter Lab62.093231.9705-15.1281
CIE-Lab68.428136.7881-19.6355

#d88fcb color RGB value is (216,143,203).

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

The process color (four color CMYK) of #d88fcb color hex is 0.00, 0.34, 0.06, 0.15. Web safe color of #d88fcb is #cc99cc. Color #d88fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001111 11001011
Octal 330 217 313
Decimal 216 143 203
Hex D8 8F CB

RGB Percentages of Color #d88fcb

%38.43
%25.44
%36.12

CMYK Percentages of Color #d88fcb

%0
%34
%6
%15

Triadic Colors of #d88fcb

#d88fcb #cbd88f #8fcbd8

Analogous Colors of #d88fcb

#d88fcb #d88fa7 #c18fd8

Monochromatic Colors of #d88fcb

#d88fcb

Complementary Color

#d88fcb #8fd89c

#d88fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88fcb Color CSS Codes

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

#d88fcb Text Font Color

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

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


#d88fcb Background Color

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

This div background color is #d88fcb


#d88fcb Border Color

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

This div border color is #d88fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88fcb


Comments

No comments written yet.

Please login to write comment.