Color Hex Logo

#d77ddd Color Hex

#D77DDD
(215,125,221)
0 Favorites   0 Comments

Color spaces of #d77ddd

RGB 215125221
HSL0.820.590.68
HSV296°43°87°
CMYK 0.030.430.00   0.13
XYZ48.409134.334872.4824
Yxy34.33480.31190.2212
Hunter Lab58.595944.9252-32.3239
CIE-Lab65.227549.1819-34.5835

#d77ddd color RGB value is (215,125,221).

#d77ddd hex color red value is 215, green value is 125 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d77ddd hue: 0.82 , saturation: 0.59 and the lightness value of d77ddd is 0.68.

The process color (four color CMYK) of #d77ddd color hex is 0.03, 0.43, 0.00, 0.13. Web safe color of #d77ddd is #cc66cc. Color #d77ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111101 11011101
Octal 327 175 335
Decimal 215 125 221
Hex D7 7D DD

RGB Percentages of Color #d77ddd

%38.32
%22.28
%39.39

CMYK Percentages of Color #d77ddd

%3
%43
%0
%13

Triadic Colors of #d77ddd

#d77ddd #ddd77d #7dddd7

Analogous Colors of #d77ddd

#d77ddd #dd7db3 #a77ddd

Monochromatic Colors of #d77ddd

#d77ddd

Complementary Color

#d77ddd #83dd7d

#d77ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77ddd Color CSS Codes

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

#d77ddd Text Font Color

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

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


#d77ddd Background Color

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

This div background color is #d77ddd


#d77ddd Border Color

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

This div border color is #d77ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77ddd


Comments

No comments written yet.

Please login to write comment.