Color Hex Logo

#d391ff Color Hex

#D391FF
(211,145,255)
0 Favorites   0 Comments

Color spaces of #d391ff

RGB 211145255
HSL0.771.000.78
HSV276°43°100°
CMYK 0.170.430.00   0.00
XYZ55.039441.319799.6823
Yxy41.31970.28080.2108
Hunter Lab64.280440.3480-46.9472
CIE-Lab70.399344.3450-45.2357

#d391ff color RGB value is (211,145,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010001 11111111
Octal 323 221 377
Decimal 211 145 255
Hex D3 91 FF

RGB Percentages of Color #d391ff

%34.53
%23.73
%41.73

CMYK Percentages of Color #d391ff

%17
%43
%0
%0

Triadic Colors of #d391ff

#d391ff #ffd391 #91ffd3

Analogous Colors of #d391ff

#d391ff #ff91f4 #9c91ff

Monochromatic Colors of #d391ff

#d391ff

Complementary Color

#d391ff #bdff91

#d391ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d391ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d391ff Color CSS Codes

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

#d391ff Text Font Color

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

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


#d391ff Background Color

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

This div background color is #d391ff


#d391ff Border Color

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

This div border color is #d391ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d391ff


Comments

No comments written yet.

Please login to write comment.