Color Hex Logo

#d88fce Color Hex

#D88FCE
(216,143,206)
0 Favorites   0 Comments

Color spaces of #d88fce

RGB 216143206
HSL0.860.480.70
HSV308°34°85°
CMYK 0.000.340.05   0.15
XYZ49.281938.700163.2649
Yxy38.70010.32580.2559
Hunter Lab62.209432.5401-16.7494
CIE-Lab68.533537.3173-21.1429

#d88fce color RGB value is (216,143,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001111 11001110
Octal 330 217 316
Decimal 216 143 206
Hex D8 8F CE

RGB Percentages of Color #d88fce

%38.23
%25.31
%36.46

CMYK Percentages of Color #d88fce

%0
%34
%5
%15

Triadic Colors of #d88fce

#d88fce #ced88f #8fced8

Analogous Colors of #d88fce

#d88fce #d88faa #be8fd8

Monochromatic Colors of #d88fce

#d88fce

Complementary Color

#d88fce #8fd899

#d88fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88fce Color CSS Codes

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

#d88fce Text Font Color

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

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


#d88fce Background Color

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

This div background color is #d88fce


#d88fce Border Color

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

This div border color is #d88fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88fce


Comments

No comments written yet.

Please login to write comment.