Color Hex Logo

#d899ff Color Hex

#D899FF
(216,153,255)
0 Favorites   0 Comments

Color spaces of #d899ff

RGB 216153255
HSL0.771.000.80
HSV277°40°100°
CMYK 0.150.400.00   0.00
XYZ57.760144.6014100.1724
Yxy44.60140.28520.2202
Hunter Lab66.784337.5078-42.1824
CIE-Lab72.628741.4927-41.7098

#d899ff color RGB value is (216,153,255).

#d899ff hex color red value is 216, green value is 153 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d899ff hue: 0.77 , saturation: 1.00 and the lightness value of d899ff is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011001 11111111
Octal 330 231 377
Decimal 216 153 255
Hex D8 99 FF

RGB Percentages of Color #d899ff

%34.62
%24.52
%40.87

CMYK Percentages of Color #d899ff

%15
%40
%0
%0

Triadic Colors of #d899ff

#d899ff #ffd899 #99ffd8

Analogous Colors of #d899ff

#d899ff #ff99f3 #a599ff

Monochromatic Colors of #d899ff

#d899ff

Complementary Color

#d899ff #c0ff99

#d899ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d899ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d899ff Color CSS Codes

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

#d899ff Text Font Color

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

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


#d899ff Background Color

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

This div background color is #d899ff


#d899ff Border Color

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

This div border color is #d899ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d899ff

Related Colors


Comments

No comments written yet.

Please login to write comment.