Color Hex Logo

#d88ffc Color Hex

#D88FFC
(216,143,252)
0 Favorites   0 Comments

Color spaces of #d88ffc

RGB 216143252
HSL0.780.950.77
HSV280°43°99°
CMYK 0.140.430.00   0.01
XYZ55.712141.272197.1254
Yxy41.27210.28700.2126
Hunter Lab64.243442.3700-44.6664
CIE-Lab70.366146.1791-43.6181

#d88ffc color RGB value is (216,143,252).

#d88ffc hex color red value is 216, green value is 143 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d88ffc hue: 0.78 , saturation: 0.95 and the lightness value of d88ffc is 0.77.

The process color (four color CMYK) of #d88ffc color hex is 0.14, 0.43, 0.00, 0.01. Web safe color of #d88ffc is #cc99ff. Color #d88ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001111 11111100
Octal 330 217 374
Decimal 216 143 252
Hex D8 8F FC

RGB Percentages of Color #d88ffc

%35.35
%23.40
%41.24

CMYK Percentages of Color #d88ffc

%14
%43
%0
%1

Triadic Colors of #d88ffc

#d88ffc #fcd88f #8ffcd8

Analogous Colors of #d88ffc

#d88ffc #fc8fea #a28ffc

Monochromatic Colors of #d88ffc

#d88ffc

Complementary Color

#d88ffc #b3fc8f

#d88ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88ffc Color CSS Codes

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

#d88ffc Text Font Color

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

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


#d88ffc Background Color

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

This div background color is #d88ffc


#d88ffc Border Color

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

This div border color is #d88ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88ffc


Comments

No comments written yet.

Please login to write comment.