Color Hex Logo

#d799e6 Color Hex

#D799E6
(215,153,230)
0 Favorites   0 Comments

Color spaces of #d799e6

RGB 215153230
HSL0.800.610.75
HSV288°33°90°
CMYK 0.070.330.00   0.10
XYZ53.698542.942780.3215
Yxy42.94270.30340.2427
Hunter Lab65.530731.5915-26.8008
CIE-Lab71.516136.1192-29.8223

#d799e6 color RGB value is (215,153,230).

#d799e6 hex color red value is 215, green value is 153 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #d799e6 hue: 0.80 , saturation: 0.61 and the lightness value of d799e6 is 0.75.

The process color (four color CMYK) of #d799e6 color hex is 0.07, 0.33, 0.00, 0.10. Web safe color of #d799e6 is #cc99ff. Color #d799e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011001 11100110
Octal 327 231 346
Decimal 215 153 230
Hex D7 99 E6

RGB Percentages of Color #d799e6

%35.95
%25.59
%38.46

CMYK Percentages of Color #d799e6

%7
%33
%0
%10

Triadic Colors of #d799e6

#d799e6 #e6d799 #99e6d7

Analogous Colors of #d799e6

#d799e6 #e699cf #b199e6

Monochromatic Colors of #d799e6

#d799e6

Complementary Color

#d799e6 #a8e699

#d799e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d799e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d799e6 Color CSS Codes

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

#d799e6 Text Font Color

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

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


#d799e6 Background Color

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

This div background color is #d799e6


#d799e6 Border Color

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

This div border color is #d799e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d799e6


Comments

No comments written yet.

Please login to write comment.