Color Hex Logo

#d775af Color Hex

#D775AF
(215,117,175)
0 Favorites   0 Comments

Color spaces of #d775af

RGB 215117175
HSL0.900.550.65
HSV324°46°84°
CMYK 0.000.460.19   0.16
XYZ42.123530.264844.1790
Yxy30.26480.36140.2596
Hunter Lab55.013540.4029-9.1039
CIE-Lab61.882045.5125-13.7843

#d775af color RGB value is (215,117,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110101 10101111
Octal 327 165 257
Decimal 215 117 175
Hex D7 75 AF

RGB Percentages of Color #d775af

%42.41
%23.08
%34.52

CMYK Percentages of Color #d775af

%0
%46
%19
%16

Triadic Colors of #d775af

#d775af #afd775 #75afd7

Analogous Colors of #d775af

#d775af #d7757e #ce75d7

Monochromatic Colors of #d775af

#d775af

Complementary Color

#d775af #75d79d

#d775af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d775af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d775af Color CSS Codes

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

#d775af Text Font Color

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

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


#d775af Background Color

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

This div background color is #d775af


#d775af Border Color

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

This div border color is #d775af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d775af


Comments

No comments written yet.

Please login to write comment.