Color Hex Logo

#da5cdd Color Hex

#DA5CDD
(218,92,221)
0 Favorites   0 Comments

Color spaces of #da5cdd

RGB 21892221
HSL0.830.650.61
HSV299°58°87°
CMYK 0.010.580.00   0.13
XYZ45.791727.780271.3552
Yxy27.78020.31600.1917
Hunter Lab52.706962.8434-43.3726
CIE-Lab59.689665.7215-43.2214

#da5cdd color RGB value is (218,92,221).

#da5cdd hex color red value is 218, green value is 92 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #da5cdd hue: 0.83 , saturation: 0.65 and the lightness value of da5cdd is 0.61.

The process color (four color CMYK) of #da5cdd color hex is 0.01, 0.58, 0.00, 0.13. Web safe color of #da5cdd is #cc66cc. Color #da5cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011100 11011101
Octal 332 134 335
Decimal 218 92 221
Hex DA 5C DD

RGB Percentages of Color #da5cdd

%41.05
%17.33
%41.62

CMYK Percentages of Color #da5cdd

%1
%58
%0
%13

Triadic Colors of #da5cdd

#da5cdd #ddda5c #5cddda

Analogous Colors of #da5cdd

#da5cdd #dd5ca0 #9a5cdd

Monochromatic Colors of #da5cdd

#da5cdd

Complementary Color

#da5cdd #5fdd5c

#da5cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5cdd Color CSS Codes

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

#da5cdd Text Font Color

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

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


#da5cdd Background Color

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

This div background color is #da5cdd


#da5cdd Border Color

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

This div border color is #da5cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5cdd


Comments

No comments written yet.

Please login to write comment.