Color Hex Logo

#d76fdd Color Hex

#D76FDD
(215,111,221)
0 Favorites   0 Comments

Color spaces of #d76fdd

RGB 215111221
HSL0.820.620.65
HSV297°50°87°
CMYK 0.030.500.00   0.13
XYZ46.759931.036471.9327
Yxy31.03640.31230.2073
Hunter Lab55.710352.3291-37.5575
CIE-Lab62.538356.1859-38.7773

#d76fdd color RGB value is (215,111,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101111 11011101
Octal 327 157 335
Decimal 215 111 221
Hex D7 6F DD

RGB Percentages of Color #d76fdd

%39.31
%20.29
%40.40

CMYK Percentages of Color #d76fdd

%3
%50
%0
%13

Triadic Colors of #d76fdd

#d76fdd #ddd76f #6fddd7

Analogous Colors of #d76fdd

#d76fdd #dd6fac #a06fdd

Monochromatic Colors of #d76fdd

#d76fdd

Complementary Color

#d76fdd #75dd6f

#d76fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76fdd Color CSS Codes

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

#d76fdd Text Font Color

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

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


#d76fdd Background Color

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

This div background color is #d76fdd


#d76fdd Border Color

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

This div border color is #d76fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,111,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 #d76fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76fdd


Comments

No comments written yet.

Please login to write comment.