Color Hex Logo

#d975ca Color Hex

#D975CA
(217,117,202)
0 Favorites   0 Comments

Color spaces of #d975ca

RGB 217117202
HSL0.860.570.65
HSV309°46°85°
CMYK 0.000.460.07   0.15
XYZ45.637231.738659.5979
Yxy31.73860.33320.2317
Hunter Lab56.337046.0086-23.2859
CIE-Lab63.126250.4672-27.1768

#d975ca color RGB value is (217,117,202).

#d975ca hex color red value is 217, green value is 117 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d975ca hue: 0.86 , saturation: 0.57 and the lightness value of d975ca is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110101 11001010
Octal 331 165 312
Decimal 217 117 202
Hex D9 75 CA

RGB Percentages of Color #d975ca

%40.49
%21.83
%37.69

CMYK Percentages of Color #d975ca

%0
%46
%7
%15

Triadic Colors of #d975ca

#d975ca #cad975 #75cad9

Analogous Colors of #d975ca

#d975ca #d97598 #b675d9

Monochromatic Colors of #d975ca

#d975ca

Complementary Color

#d975ca #75d984

#d975ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d975ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d975ca Color CSS Codes

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

#d975ca Text Font Color

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

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


#d975ca Background Color

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

This div background color is #d975ca


#d975ca Border Color

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

This div border color is #d975ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d975ca


Comments

No comments written yet.

Please login to write comment.