Color Hex Logo

#dab4da Color Hex

#DAB4DA
(218,180,218)
0 Favorites   0 Comments

Color spaces of #dab4da

RGB 218180218
HSL0.830.340.78
HSV300°17°85°
CMYK 0.000.170.00   0.15
XYZ57.889652.609973.4333
Yxy52.60990.31470.2860
Hunter Lab72.532715.5318-9.2533
CIE-Lab77.644120.1906-13.9358

#dab4da color RGB value is (218,180,218).

#dab4da hex color red value is 218, green value is 180 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dab4da hue: 0.83 , saturation: 0.34 and the lightness value of dab4da is 0.78.

The process color (four color CMYK) of #dab4da color hex is 0.00, 0.17, 0.00, 0.15. Web safe color of #dab4da is #cccccc. Color #dab4da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 11011010
Octal 332 264 332
Decimal 218 180 218
Hex DA B4 DA

RGB Percentages of Color #dab4da

%35.39
%29.22
%35.39

CMYK Percentages of Color #dab4da

%0
%17
%0
%15

Triadic Colors of #dab4da

#dab4da #dadab4 #b4dada

Analogous Colors of #dab4da

#dab4da #dab4c7 #c7b4da

Monochromatic Colors of #dab4da

#dab4da

Complementary Color

#dab4da #b4dab4

#dab4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab4da Color CSS Codes

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

#dab4da Text Font Color

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

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


#dab4da Background Color

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

This div background color is #dab4da


#dab4da Border Color

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

This div border color is #dab4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab4da


Comments

No comments written yet.

Please login to write comment.