Color Hex Logo

#da71ca Color Hex

#DA71CA
(218,113,202)
0 Favorites   0 Comments

Color spaces of #da71ca

RGB 218113202
HSL0.860.590.65
HSV309°48°85°
CMYK 0.000.480.07   0.15
XYZ45.479230.979959.4598
Yxy30.97990.33460.2279
Hunter Lab55.659648.4473-24.3764
CIE-Lab62.490752.7545-28.1462

#da71ca color RGB value is (218,113,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110001 11001010
Octal 332 161 312
Decimal 218 113 202
Hex DA 71 CA

RGB Percentages of Color #da71ca

%40.90
%21.20
%37.90

CMYK Percentages of Color #da71ca

%0
%48
%7
%15

Triadic Colors of #da71ca

#da71ca #cada71 #71cada

Analogous Colors of #da71ca

#da71ca #da7196 #b671da

Monochromatic Colors of #da71ca

#da71ca

Complementary Color

#da71ca #71da81

#da71ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da71ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#da71ca Color CSS Codes

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

#da71ca Text Font Color

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

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


#da71ca Background Color

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

This div background color is #da71ca


#da71ca Border Color

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

This div border color is #da71ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da71ca


Comments

No comments written yet.

Please login to write comment.