Color Hex Logo

#daaaf0 Color Hex

#DAAAF0
(218,170,240)
0 Favorites   0 Comments

Color spaces of #daaaf0

RGB 218170240
HSL0.780.700.80
HSV281°29°94°
CMYK 0.090.290.00   0.06
XYZ59.016349.946188.9681
Yxy49.94610.29820.2523
Hunter Lab70.672625.3824-25.1681
CIE-Lab76.036229.8534-28.2939

#daaaf0 color RGB value is (218,170,240).

#daaaf0 hex color red value is 218, green value is 170 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #daaaf0 hue: 0.78 , saturation: 0.70 and the lightness value of daaaf0 is 0.80.

The process color (four color CMYK) of #daaaf0 color hex is 0.09, 0.29, 0.00, 0.06. Web safe color of #daaaf0 is #cc99ff. Color #daaaf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 11110000
Octal 332 252 360
Decimal 218 170 240
Hex DA AA F0

RGB Percentages of Color #daaaf0

%34.71
%27.07
%38.22

CMYK Percentages of Color #daaaf0

%9
%29
%0
%6

Triadic Colors of #daaaf0

#daaaf0 #f0daaa #aaf0da

Analogous Colors of #daaaf0

#daaaf0 #f0aae3 #b7aaf0

Monochromatic Colors of #daaaf0

#daaaf0

Complementary Color

#daaaf0 #c0f0aa

#daaaf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaaf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaaf0 Color CSS Codes

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

#daaaf0 Text Font Color

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

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


#daaaf0 Background Color

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

This div background color is #daaaf0


#daaaf0 Border Color

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

This div border color is #daaaf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaaf0


Comments

No comments written yet.

Please login to write comment.