Color Hex Logo

#d88ffd Color Hex

#D88FFD
(216,143,253)
0 Favorites   0 Comments

Color spaces of #d88ffd

RGB 216143253
HSL0.780.960.78
HSV280°43°99°
CMYK 0.150.430.00   0.01
XYZ55.871041.335797.9624
Yxy41.33570.28630.2118
Hunter Lab64.292842.6055-45.3346
CIE-Lab70.410546.3854-44.0931

#d88ffd color RGB value is (216,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001111 11111101
Octal 330 217 375
Decimal 216 143 253
Hex D8 8F FD

RGB Percentages of Color #d88ffd

%35.29
%23.37
%41.34

CMYK Percentages of Color #d88ffd

%15
%43
%0
%1

Triadic Colors of #d88ffd

#d88ffd #fdd88f #8ffdd8

Analogous Colors of #d88ffd

#d88ffd #fd8feb #a18ffd

Monochromatic Colors of #d88ffd

#d88ffd

Complementary Color

#d88ffd #b4fd8f

#d88ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88ffd Color CSS Codes

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

#d88ffd Text Font Color

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

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


#d88ffd Background Color

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

This div background color is #d88ffd


#d88ffd Border Color

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

This div border color is #d88ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88ffd


Comments

No comments written yet.

Please login to write comment.