Color Hex Logo

#da90ca Color Hex

#DA90CA
(218,144,202)
0 Favorites   0 Comments

Color spaces of #da90ca

RGB 218144202
HSL0.870.500.71
HSV313°34°85°
CMYK 0.000.340.07   0.15
XYZ49.547439.116260.8159
Yxy39.11620.33150.2617
Hunter Lab62.542931.9601-13.8727
CIE-Lab68.835436.7361-18.4405

#da90ca color RGB value is (218,144,202).

#da90ca hex color red value is 218, green value is 144 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #da90ca hue: 0.87 , saturation: 0.50 and the lightness value of da90ca is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 11001010
Octal 332 220 312
Decimal 218 144 202
Hex DA 90 CA

RGB Percentages of Color #da90ca

%38.65
%25.53
%35.82

CMYK Percentages of Color #da90ca

%0
%34
%7
%15

Triadic Colors of #da90ca

#da90ca #cada90 #90cada

Analogous Colors of #da90ca

#da90ca #da90a5 #c590da

Monochromatic Colors of #da90ca

#da90ca

Complementary Color

#da90ca #90daa0

#da90ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da90ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#da90ca Color CSS Codes

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

#da90ca Text Font Color

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

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


#da90ca Background Color

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

This div background color is #da90ca


#da90ca Border Color

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

This div border color is #da90ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da90ca


Comments

No comments written yet.

Please login to write comment.