Color Hex Logo

#d759ca Color Hex

#D759CA
(215,89,202)
0 Favorites   0 Comments

Color spaces of #d759ca

RGB 21589202
HSL0.850.610.60
HSV306°59°84°
CMYK 0.000.590.06   0.16
XYZ42.257425.856158.6406
Yxy25.85610.33340.2040
Hunter Lab50.848959.3548-32.7809
CIE-Lab57.900263.0791-35.3065

#d759ca color RGB value is (215,89,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011001 11001010
Octal 327 131 312
Decimal 215 89 202
Hex D7 59 CA

RGB Percentages of Color #d759ca

%42.49
%17.59
%39.92

CMYK Percentages of Color #d759ca

%0
%59
%6
%16

Triadic Colors of #d759ca

#d759ca #cad759 #59cad7

Analogous Colors of #d759ca

#d759ca #d7598b #a559d7

Monochromatic Colors of #d759ca

#d759ca

Complementary Color

#d759ca #59d766

#d759ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d759ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d759ca Color CSS Codes

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

#d759ca Text Font Color

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

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


#d759ca Background Color

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

This div background color is #d759ca


#d759ca Border Color

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

This div border color is #d759ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d759ca


Comments

No comments written yet.

Please login to write comment.