Color Hex Logo

#d69fea Color Hex

#D69FEA
(214,159,234)
0 Favorites   0 Comments

Color spaces of #d69fea

RGB 214159234
HSL0.790.640.77
HSV284°32°92°
CMYK 0.090.320.00   0.08
XYZ54.981045.032983.6363
Yxy45.03290.29940.2452
Hunter Lab67.106628.8102-26.9198
CIE-Lab72.913633.3604-29.8654

#d69fea color RGB value is (214,159,234).

#d69fea hex color red value is 214, green value is 159 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d69fea hue: 0.79 , saturation: 0.64 and the lightness value of d69fea is 0.77.

The process color (four color CMYK) of #d69fea color hex is 0.09, 0.32, 0.00, 0.08. Web safe color of #d69fea is #cc99ff. Color #d69fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011111 11101010
Octal 326 237 352
Decimal 214 159 234
Hex D6 9F EA

RGB Percentages of Color #d69fea

%35.26
%26.19
%38.55

CMYK Percentages of Color #d69fea

%9
%32
%0
%8

Triadic Colors of #d69fea

#d69fea #ead69f #9fead6

Analogous Colors of #d69fea

#d69fea #ea9fd9 #b19fea

Monochromatic Colors of #d69fea

#d69fea

Complementary Color

#d69fea #b3ea9f

#d69fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69fea Color CSS Codes

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

#d69fea Text Font Color

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

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


#d69fea Background Color

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

This div background color is #d69fea


#d69fea Border Color

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

This div border color is #d69fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69fea


Comments

No comments written yet.

Please login to write comment.