Color Hex Logo

#d69aef Color Hex

#D69AEF
(214,154,239)
0 Favorites   0 Comments

Color spaces of #d69aef

RGB 214154239
HSL0.780.730.77
HSV282°36°94°
CMYK 0.100.360.00   0.06
XYZ54.867143.639387.1928
Yxy43.63930.29550.2350
Hunter Lab66.060032.6506-32.0150
CIE-Lab71.986737.0674-34.0236

#d69aef color RGB value is (214,154,239).

#d69aef hex color red value is 214, green value is 154 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d69aef hue: 0.78 , saturation: 0.73 and the lightness value of d69aef is 0.77.

The process color (four color CMYK) of #d69aef color hex is 0.10, 0.36, 0.00, 0.06. Web safe color of #d69aef is #cc99ff. Color #d69aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011010 11101111
Octal 326 232 357
Decimal 214 154 239
Hex D6 9A EF

RGB Percentages of Color #d69aef

%35.26
%25.37
%39.37

CMYK Percentages of Color #d69aef

%10
%36
%0
%6

Triadic Colors of #d69aef

#d69aef #efd69a #9aefd6

Analogous Colors of #d69aef

#d69aef #ef9ade #ac9aef

Monochromatic Colors of #d69aef

#d69aef

Complementary Color

#d69aef #b3ef9a

#d69aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69aef Color CSS Codes

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

#d69aef Text Font Color

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

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


#d69aef Background Color

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

This div background color is #d69aef


#d69aef Border Color

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

This div border color is #d69aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,154,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d69aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d69aef;
  -webkit-box-shadow: 1px 1px 3px 2px #d69aef;
  box-shadow:         1px 1px 3px 2px #d69aef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69aef


Comments

No comments written yet.

Please login to write comment.