Color Hex Logo

#d959ca Color Hex

#D959CA
(217,89,202)
0 Favorites   0 Comments

Color spaces of #d959ca

RGB 21789202
HSL0.850.630.60
HSV307°59°85°
CMYK 0.000.590.07   0.15
XYZ42.848326.160758.6683
Yxy26.16070.33560.2049
Hunter Lab51.147560.0283-32.2048
CIE-Lab58.189363.6036-34.8338

#d959ca color RGB value is (217,89,202).

#d959ca hex color red value is 217, green value is 89 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d959ca hue: 0.85 , saturation: 0.63 and the lightness value of d959ca is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011001 11001010
Octal 331 131 312
Decimal 217 89 202
Hex D9 59 CA

RGB Percentages of Color #d959ca

%42.72
%17.52
%39.76

CMYK Percentages of Color #d959ca

%0
%59
%7
%15

Triadic Colors of #d959ca

#d959ca #cad959 #59cad9

Analogous Colors of #d959ca

#d959ca #d9598a #a859d9

Monochromatic Colors of #d959ca

#d959ca

Complementary Color

#d959ca #59d968

#d959ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d959ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d959ca Color CSS Codes

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

#d959ca Text Font Color

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

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


#d959ca Background Color

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

This div background color is #d959ca


#d959ca Border Color

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

This div border color is #d959ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d959ca


Comments

No comments written yet.

Please login to write comment.