Color Hex Logo

#d88fdc Color Hex

#D88FDC
(216,143,220)
0 Favorites   0 Comments

Color spaces of #d88fdc

RGB 216143220
HSL0.820.520.71
HSV297°35°86°
CMYK 0.020.350.00   0.14
XYZ51.059639.411272.6261
Yxy39.41120.31310.2416
Hunter Lab62.778335.3176-24.6457
CIE-Lab69.048139.8720-28.1115

#d88fdc color RGB value is (216,143,220).

#d88fdc hex color red value is 216, green value is 143 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d88fdc hue: 0.82 , saturation: 0.52 and the lightness value of d88fdc is 0.71.

The process color (four color CMYK) of #d88fdc color hex is 0.02, 0.35, 0.00, 0.14. Web safe color of #d88fdc is #cc99cc. Color #d88fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001111 11011100
Octal 330 217 334
Decimal 216 143 220
Hex D8 8F DC

RGB Percentages of Color #d88fdc

%37.31
%24.70
%38.00

CMYK Percentages of Color #d88fdc

%2
%35
%0
%14

Triadic Colors of #d88fdc

#d88fdc #dcd88f #8fdcd8

Analogous Colors of #d88fdc

#d88fdc #dc8fba #b28fdc

Monochromatic Colors of #d88fdc

#d88fdc

Complementary Color

#d88fdc #93dc8f

#d88fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88fdc Color CSS Codes

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

#d88fdc Text Font Color

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

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


#d88fdc Background Color

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

This div background color is #d88fdc


#d88fdc Border Color

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

This div border color is #d88fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88fdc


Comments

No comments written yet.

Please login to write comment.