Color Hex Logo

#da88c2 Color Hex

#DA88C2
(218,136,194)
0 Favorites   0 Comments

Color spaces of #da88c2

RGB 218136194
HSL0.880.530.69
HSV318°38°85°
CMYK 0.000.380.11   0.15
XYZ47.455236.408855.5654
Yxy36.40880.34040.2611
Hunter Lab60.339734.7899-12.3610
CIE-Lab66.831139.6294-17.0128

#da88c2 color RGB value is (218,136,194).

#da88c2 hex color red value is 218, green value is 136 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #da88c2 hue: 0.88 , saturation: 0.53 and the lightness value of da88c2 is 0.69.

The process color (four color CMYK) of #da88c2 color hex is 0.00, 0.38, 0.11, 0.15. Web safe color of #da88c2 is #cc99cc. Color #da88c2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001000 11000010
Octal 332 210 302
Decimal 218 136 194
Hex DA 88 C2

RGB Percentages of Color #da88c2

%39.78
%24.82
%35.40

CMYK Percentages of Color #da88c2

%0
%38
%11
%15

Triadic Colors of #da88c2

#da88c2 #c2da88 #88c2da

Analogous Colors of #da88c2

#da88c2 #da8899 #c988da

Monochromatic Colors of #da88c2

#da88c2

Complementary Color

#da88c2 #88daa0

#da88c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da88c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da88c2 Color CSS Codes

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

#da88c2 Text Font Color

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

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


#da88c2 Background Color

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

This div background color is #da88c2


#da88c2 Border Color

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

This div border color is #da88c2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,136,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #da88c2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da88c2


Comments

No comments written yet.

Please login to write comment.