Color Hex Logo

#dab3ec Color Hex

#DAB3EC
(218,179,236)
0 Favorites   0 Comments

Color spaces of #dab3ec

RGB 218179236
HSL0.780.600.81
HSV281°24°93°
CMYK 0.080.240.00   0.07
XYZ60.173953.201886.4543
Yxy53.20180.30110.2662
Hunter Lab72.939619.6152-19.2180
CIE-Lab77.994024.1855-23.1405

#dab3ec color RGB value is (218,179,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 11101100
Octal 332 263 354
Decimal 218 179 236
Hex DA B3 EC

RGB Percentages of Color #dab3ec

%34.44
%28.28
%37.28

CMYK Percentages of Color #dab3ec

%8
%24
%0
%7

Triadic Colors of #dab3ec

#dab3ec #ecdab3 #b3ecda

Analogous Colors of #dab3ec

#dab3ec #ecb3e2 #beb3ec

Monochromatic Colors of #dab3ec

#dab3ec

Complementary Color

#dab3ec #c5ecb3

#dab3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab3ec Color CSS Codes

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

#dab3ec Text Font Color

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

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


#dab3ec Background Color

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

This div background color is #dab3ec


#dab3ec Border Color

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

This div border color is #dab3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab3ec


Comments

No comments written yet.

Please login to write comment.