Color Hex Logo

#da88cd Color Hex

#DA88CD
(218,136,205)
0 Favorites   0 Comments

Color spaces of #da88cd

RGB 218136205
HSL0.860.530.69
HSV310°38°85°
CMYK 0.000.380.06   0.15
XYZ48.737036.921562.3155
Yxy36.92150.32940.2495
Hunter Lab60.763136.8364-18.2707
CIE-Lab67.218141.5011-22.5717

#da88cd color RGB value is (218,136,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001000 11001101
Octal 332 210 315
Decimal 218 136 205
Hex DA 88 CD

RGB Percentages of Color #da88cd

%39.00
%24.33
%36.67

CMYK Percentages of Color #da88cd

%0
%38
%6
%15

Triadic Colors of #da88cd

#da88cd #cdda88 #88cdda

Analogous Colors of #da88cd

#da88cd #da88a4 #be88da

Monochromatic Colors of #da88cd

#da88cd

Complementary Color

#da88cd #88da95

#da88cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da88cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da88cd Color CSS Codes

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

#da88cd Text Font Color

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

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


#da88cd Background Color

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

This div background color is #da88cd


#da88cd Border Color

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

This div border color is #da88cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da88cd


Comments

No comments written yet.

Please login to write comment.