Color Hex Logo

#daa2cb Color Hex

#DAA2CB
(218,162,203)
0 Favorites   0 Comments

Color spaces of #daa2cb

RGB 218162203
HSL0.880.430.75
HSV316°26°85°
CMYK 0.000.260.07   0.15
XYZ52.613345.057962.4239
Yxy45.05790.32860.2814
Hunter Lab67.125222.4408-8.1498
CIE-Lab72.930027.2212-12.8198

#daa2cb color RGB value is (218,162,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 11001011
Octal 332 242 313
Decimal 218 162 203
Hex DA A2 CB

RGB Percentages of Color #daa2cb

%37.39
%27.79
%34.82

CMYK Percentages of Color #daa2cb

%0
%26
%7
%15

Triadic Colors of #daa2cb

#daa2cb #cbdaa2 #a2cbda

Analogous Colors of #daa2cb

#daa2cb #daa2af #cda2da

Monochromatic Colors of #daa2cb

#daa2cb

Complementary Color

#daa2cb #a2dab1

#daa2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa2cb Color CSS Codes

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

#daa2cb Text Font Color

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

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


#daa2cb Background Color

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

This div background color is #daa2cb


#daa2cb Border Color

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

This div border color is #daa2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa2cb


Comments

No comments written yet.

Please login to write comment.