Color Hex Logo

#dab2ea Color Hex

#DAB2EA
(218,178,234)
0 Favorites   0 Comments

Color spaces of #dab2ea

RGB 218178234
HSL0.790.570.81
HSV283°24°92°
CMYK 0.070.240.00   0.08
XYZ59.685152.686784.8657
Yxy52.68670.30260.2671
Hunter Lab72.585619.7507-18.5108
CIE-Lab77.689724.3316-22.5238

#dab2ea color RGB value is (218,178,234).

#dab2ea hex color red value is 218, green value is 178 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dab2ea hue: 0.79 , saturation: 0.57 and the lightness value of dab2ea is 0.81.

The process color (four color CMYK) of #dab2ea color hex is 0.07, 0.24, 0.00, 0.08. Web safe color of #dab2ea is #cc99ff. Color #dab2ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 11101010
Octal 332 262 352
Decimal 218 178 234
Hex DA B2 EA

RGB Percentages of Color #dab2ea

%34.60
%28.25
%37.14

CMYK Percentages of Color #dab2ea

%7
%24
%0
%8

Triadic Colors of #dab2ea

#dab2ea #eadab2 #b2eada

Analogous Colors of #dab2ea

#dab2ea #eab2de #beb2ea

Monochromatic Colors of #dab2ea

#dab2ea

Complementary Color

#dab2ea #c2eab2

#dab2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab2ea Color CSS Codes

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

#dab2ea Text Font Color

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

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


#dab2ea Background Color

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

This div background color is #dab2ea


#dab2ea Border Color

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

This div border color is #dab2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab2ea


Comments

No comments written yet.

Please login to write comment.