Color Hex Logo

#d799eb Color Hex

#D799EB
(215,153,235)
0 Favorites   0 Comments

Color spaces of #d799eb

RGB 215153235
HSL0.790.670.76
HSV285°35°92°
CMYK 0.090.350.00   0.08
XYZ54.411043.227784.0733
Yxy43.22770.29940.2379
Hunter Lab65.747832.6629-29.7921
CIE-Lab71.709237.1067-32.2602

#d799eb color RGB value is (215,153,235).

#d799eb hex color red value is 215, green value is 153 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d799eb hue: 0.79 , saturation: 0.67 and the lightness value of d799eb is 0.76.

The process color (four color CMYK) of #d799eb color hex is 0.09, 0.35, 0.00, 0.08. Web safe color of #d799eb is #cc99ff. Color #d799eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011001 11101011
Octal 327 231 353
Decimal 215 153 235
Hex D7 99 EB

RGB Percentages of Color #d799eb

%35.66
%25.37
%38.97

CMYK Percentages of Color #d799eb

%9
%35
%0
%8

Triadic Colors of #d799eb

#d799eb #ebd799 #99ebd7

Analogous Colors of #d799eb

#d799eb #eb99d6 #ae99eb

Monochromatic Colors of #d799eb

#d799eb

Complementary Color

#d799eb #adeb99

#d799eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d799eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d799eb Color CSS Codes

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

#d799eb Text Font Color

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

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


#d799eb Background Color

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

This div background color is #d799eb


#d799eb Border Color

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

This div border color is #d799eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d799eb


Comments

No comments written yet.

Please login to write comment.