Color Hex Logo

#d775d6 Color Hex

#D775D6
(215,117,214)
0 Favorites   0 Comments

Color spaces of #d775d6

RGB 215117214
HSL0.840.550.65
HSV301°46°84°
CMYK 0.000.460.00   0.16
XYZ46.523232.024767.3477
Yxy32.02470.31890.2195
Hunter Lab56.590447.7125-30.9472
CIE-Lab63.363351.9630-33.5725

#d775d6 color RGB value is (215,117,214).

#d775d6 hex color red value is 215, green value is 117 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #d775d6 hue: 0.84 , saturation: 0.55 and the lightness value of d775d6 is 0.65.

The process color (four color CMYK) of #d775d6 color hex is 0.00, 0.46, 0.00, 0.16. Web safe color of #d775d6 is #cc66cc. Color #d775d6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110101 11010110
Octal 327 165 326
Decimal 215 117 214
Hex D7 75 D6

RGB Percentages of Color #d775d6

%39.38
%21.43
%39.19

CMYK Percentages of Color #d775d6

%0
%46
%0
%16

Triadic Colors of #d775d6

#d775d6 #d6d775 #75d6d7

Analogous Colors of #d775d6

#d775d6 #d775a5 #a775d7

Monochromatic Colors of #d775d6

#d775d6

Complementary Color

#d775d6 #75d776

#d775d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d775d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d775d6 Color CSS Codes

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

#d775d6 Text Font Color

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

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


#d775d6 Background Color

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

This div background color is #d775d6


#d775d6 Border Color

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

This div border color is #d775d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d775d6


Comments

No comments written yet.

Please login to write comment.