Color Hex Logo

#daa6cb Color Hex

#DAA6CB
(218,166,203)
0 Favorites   0 Comments

Color spaces of #daa6cb

RGB 218166203
HSL0.880.410.75
HSV317°24°85°
CMYK 0.000.240.07   0.15
XYZ53.329246.489762.6626
Yxy46.48970.32820.2861
Hunter Lab68.183420.2918-6.7610
CIE-Lab73.862225.0569-11.4241

#daa6cb color RGB value is (218,166,203).

#daa6cb hex color red value is 218, green value is 166 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #daa6cb hue: 0.88 , saturation: 0.41 and the lightness value of daa6cb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 11001011
Octal 332 246 313
Decimal 218 166 203
Hex DA A6 CB

RGB Percentages of Color #daa6cb

%37.14
%28.28
%34.58

CMYK Percentages of Color #daa6cb

%0
%24
%7
%15

Triadic Colors of #daa6cb

#daa6cb #cbdaa6 #a6cbda

Analogous Colors of #daa6cb

#daa6cb #daa6b1 #cfa6da

Monochromatic Colors of #daa6cb

#daa6cb

Complementary Color

#daa6cb #a6dab5

#daa6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa6cb Color CSS Codes

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

#daa6cb Text Font Color

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

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


#daa6cb Background Color

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

This div background color is #daa6cb


#daa6cb Border Color

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

This div border color is #daa6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa6cb


Comments

No comments written yet.

Please login to write comment.