Color Hex Logo

#d88fcc Color Hex

#D88FCC
(216,143,204)
0 Favorites   0 Comments

Color spaces of #d88fcc

RGB 216143204
HSL0.860.480.70
HSV310°34°85°
CMYK 0.000.340.06   0.15
XYZ49.040438.603561.9932
Yxy38.60350.32770.2580
Hunter Lab62.131732.1591-15.6656
CIE-Lab68.463136.9635-20.1384

#d88fcc color RGB value is (216,143,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001111 11001100
Octal 330 217 314
Decimal 216 143 204
Hex D8 8F CC

RGB Percentages of Color #d88fcc

%38.37
%25.40
%36.23

CMYK Percentages of Color #d88fcc

%0
%34
%6
%15

Triadic Colors of #d88fcc

#d88fcc #ccd88f #8fccd8

Analogous Colors of #d88fcc

#d88fcc #d88fa8 #c08fd8

Monochromatic Colors of #d88fcc

#d88fcc

Complementary Color

#d88fcc #8fd89b

#d88fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88fcc Color CSS Codes

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

#d88fcc Text Font Color

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

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


#d88fcc Background Color

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

This div background color is #d88fcc


#d88fcc Border Color

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

This div border color is #d88fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88fcc


Comments

No comments written yet.

Please login to write comment.