Color Hex Logo

#dab1ec Color Hex

#DAB1EC
(218,177,236)
0 Favorites   0 Comments

Color spaces of #dab1ec

RGB 218177236
HSL0.780.610.81
HSV282°25°93°
CMYK 0.080.250.00   0.07
XYZ59.775952.405886.3217
Yxy52.40580.30110.2640
Hunter Lab72.391920.7065-20.0245
CIE-Lab77.522925.2676-23.8580

#dab1ec color RGB value is (218,177,236).

#dab1ec hex color red value is 218, green value is 177 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dab1ec hue: 0.78 , saturation: 0.61 and the lightness value of dab1ec is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 11101100
Octal 332 261 354
Decimal 218 177 236
Hex DA B1 EC

RGB Percentages of Color #dab1ec

%34.55
%28.05
%37.40

CMYK Percentages of Color #dab1ec

%8
%25
%0
%7

Triadic Colors of #dab1ec

#dab1ec #ecdab1 #b1ecda

Analogous Colors of #dab1ec

#dab1ec #ecb1e1 #bdb1ec

Monochromatic Colors of #dab1ec

#dab1ec

Complementary Color

#dab1ec #c3ecb1

#dab1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab1ec Color CSS Codes

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

#dab1ec Text Font Color

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

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


#dab1ec Background Color

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

This div background color is #dab1ec


#dab1ec Border Color

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

This div border color is #dab1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab1ec


Comments

No comments written yet.

Please login to write comment.