Color Hex Logo

#d891ff Color Hex

#D891FF
(216,145,255)
0 Favorites   0 Comments

Color spaces of #d891ff

RGB 216145255
HSL0.771.000.78
HSV279°43°100°
CMYK 0.150.430.00   0.00
XYZ56.494342.069799.7504
Yxy42.06970.28490.2121
Hunter Lab64.861241.9671-45.7797
CIE-Lab70.918945.7455-44.3840

#d891ff color RGB value is (216,145,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010001 11111111
Octal 330 221 377
Decimal 216 145 255
Hex D8 91 FF

RGB Percentages of Color #d891ff

%35.06
%23.54
%41.40

CMYK Percentages of Color #d891ff

%15
%43
%0
%0

Triadic Colors of #d891ff

#d891ff #ffd891 #91ffd8

Analogous Colors of #d891ff

#d891ff #ff91ef #a191ff

Monochromatic Colors of #d891ff

#d891ff

Complementary Color

#d891ff #b8ff91

#d891ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d891ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d891ff Color CSS Codes

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

#d891ff Text Font Color

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

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


#d891ff Background Color

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

This div background color is #d891ff


#d891ff Border Color

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

This div border color is #d891ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d891ff

Related Colors


Comments

No comments written yet.

Please login to write comment.