Color Hex Logo

#da89ca Color Hex

#DA89CA
(218,137,202)
0 Favorites   0 Comments

Color spaces of #da89ca

RGB 218137202
HSL0.870.520.70
HSV312°37°85°
CMYK 0.000.370.07   0.15
XYZ48.519837.061060.4733
Yxy37.06100.33220.2537
Hunter Lab60.877735.7291-16.2817
CIE-Lab67.322840.4545-20.7386

#da89ca color RGB value is (218,137,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001001 11001010
Octal 332 211 312
Decimal 218 137 202
Hex DA 89 CA

RGB Percentages of Color #da89ca

%39.14
%24.60
%36.27

CMYK Percentages of Color #da89ca

%0
%37
%7
%15

Triadic Colors of #da89ca

#da89ca #cada89 #89cada

Analogous Colors of #da89ca

#da89ca #da89a2 #c289da

Monochromatic Colors of #da89ca

#da89ca

Complementary Color

#da89ca #89da99

#da89ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da89ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#da89ca Color CSS Codes

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

#da89ca Text Font Color

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

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


#da89ca Background Color

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

This div background color is #da89ca


#da89ca Border Color

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

This div border color is #da89ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da89ca


Comments

No comments written yet.

Please login to write comment.