Color Hex Logo

#d893fe Color Hex

#D893FE
(216,147,254)
0 Favorites   0 Comments

Color spaces of #d893fe

RGB 216147254
HSL0.770.980.79
HSV279°42°100°
CMYK 0.150.420.00   0.00
XYZ56.642042.622199.0075
Yxy42.62210.28570.2150
Hunter Lab65.285640.6174-44.2151
CIE-Lab71.297744.4789-43.2475

#d893fe color RGB value is (216,147,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010011 11111110
Octal 330 223 376
Decimal 216 147 254
Hex D8 93 FE

RGB Percentages of Color #d893fe

%35.01
%23.82
%41.17

CMYK Percentages of Color #d893fe

%15
%42
%0
%0

Triadic Colors of #d893fe

#d893fe #fed893 #93fed8

Analogous Colors of #d893fe

#d893fe #fe93ef #a393fe

Monochromatic Colors of #d893fe

#d893fe

Complementary Color

#d893fe #b9fe93

#d893fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d893fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d893fe Color CSS Codes

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

#d893fe Text Font Color

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

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


#d893fe Background Color

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

This div background color is #d893fe


#d893fe Border Color

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

This div border color is #d893fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,147,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 #d893fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d893fe


Comments

No comments written yet.

Please login to write comment.