Color Hex Logo

#d980ca Color Hex

#D980CA
(217,128,202)
0 Favorites   0 Comments

Color spaces of #d980ca

RGB 217128202
HSL0.860.540.68
HSV310°41°85°
CMYK 0.000.410.07   0.15
XYZ46.995134.454360.0506
Yxy34.45430.33210.2435
Hunter Lab58.697840.1910-19.5680
CIE-Lab65.321644.8499-23.8049

#d980ca color RGB value is (217,128,202).

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

The process color (four color CMYK) of #d980ca color hex is 0.00, 0.41, 0.07, 0.15. Web safe color of #d980ca is #cc99cc. Color #d980ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000000 11001010
Octal 331 200 312
Decimal 217 128 202
Hex D9 80 CA

RGB Percentages of Color #d980ca

%39.67
%23.40
%36.93

CMYK Percentages of Color #d980ca

%0
%41
%7
%15

Triadic Colors of #d980ca

#d980ca #cad980 #80cad9

Analogous Colors of #d980ca

#d980ca #d9809e #bc80d9

Monochromatic Colors of #d980ca

#d980ca

Complementary Color

#d980ca #80d98f

#d980ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d980ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d980ca Color CSS Codes

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

#d980ca Text Font Color

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

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


#d980ca Background Color

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

This div background color is #d980ca


#d980ca Border Color

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

This div border color is #d980ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d980ca


Comments

No comments written yet.

Please login to write comment.