Color Hex Logo

#d691fe Color Hex

#D691FE
(214,145,254)
0 Favorites   0 Comments

Color spaces of #d691fe

RGB 214145254
HSL0.770.980.78
HSV278°43°100°
CMYK 0.160.430.00   0.00
XYZ55.746341.702798.8772
Yxy41.70270.28390.2124
Hunter Lab64.577641.0783-45.5768
CIE-Lab70.665544.9745-44.2526

#d691fe color RGB value is (214,145,254).

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

The process color (four color CMYK) of #d691fe color hex is 0.16, 0.43, 0.00, 0.00. Web safe color of #d691fe is #cc99ff. Color #d691fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010001 11111110
Octal 326 221 376
Decimal 214 145 254
Hex D6 91 FE

RGB Percentages of Color #d691fe

%34.91
%23.65
%41.44

CMYK Percentages of Color #d691fe

%16
%43
%0
%0

Triadic Colors of #d691fe

#d691fe #fed691 #91fed6

Analogous Colors of #d691fe

#d691fe #fe91f0 #a091fe

Monochromatic Colors of #d691fe

#d691fe

Complementary Color

#d691fe #b9fe91

#d691fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d691fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d691fe Color CSS Codes

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

#d691fe Text Font Color

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

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


#d691fe Background Color

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

This div background color is #d691fe


#d691fe Border Color

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

This div border color is #d691fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d691fe

Related Colors


Comments

No comments written yet.

Please login to write comment.