Color Hex Logo

#d69afd Color Hex

#D69AFD
(214,154,253)
0 Favorites   0 Comments

Color spaces of #d69afd

RGB 214154253
HSL0.770.960.80
HSV276°39°99°
CMYK 0.150.390.00   0.01
XYZ57.016844.499298.5126
Yxy44.49920.28500.2225
Hunter Lab66.707735.8300-40.8629
CIE-Lab72.560939.9602-40.7462

#d69afd color RGB value is (214,154,253).

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

The process color (four color CMYK) of #d69afd color hex is 0.15, 0.39, 0.00, 0.01. Web safe color of #d69afd is #cc99ff. Color #d69afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011010 11111101
Octal 326 232 375
Decimal 214 154 253
Hex D6 9A FD

RGB Percentages of Color #d69afd

%34.46
%24.80
%40.74

CMYK Percentages of Color #d69afd

%15
%39
%0
%1

Triadic Colors of #d69afd

#d69afd #fdd69a #9afdd6

Analogous Colors of #d69afd

#d69afd #fd9af3 #a59afd

Monochromatic Colors of #d69afd

#d69afd

Complementary Color

#d69afd #c1fd9a

#d69afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69afd Color CSS Codes

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

#d69afd Text Font Color

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

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


#d69afd Background Color

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

This div background color is #d69afd


#d69afd Border Color

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

This div border color is #d69afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69afd

Related Colors


Comments

No comments written yet.

Please login to write comment.