Color Hex Logo

#d591fe Color Hex

#D591FE
(213,145,254)
0 Favorites   0 Comments

Color spaces of #d591fe

RGB 213145254
HSL0.770.980.78
HSV277°43°100°
CMYK 0.160.430.00   0.00
XYZ55.455441.552798.8636
Yxy41.55270.28310.2121
Hunter Lab64.461440.7541-45.8093
CIE-Lab70.561444.6937-44.4231

#d591fe color RGB value is (213,145,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010001 11111110
Octal 325 221 376
Decimal 213 145 254
Hex D5 91 FE

RGB Percentages of Color #d591fe

%34.80
%23.69
%41.50

CMYK Percentages of Color #d591fe

%16
%43
%0
%0

Triadic Colors of #d591fe

#d591fe #fed591 #91fed5

Analogous Colors of #d591fe

#d591fe #fe91f1 #9f91fe

Monochromatic Colors of #d591fe

#d591fe

Complementary Color

#d591fe #bafe91

#d591fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d591fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d591fe Color CSS Codes

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

#d591fe Text Font Color

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

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


#d591fe Background Color

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

This div background color is #d591fe


#d591fe Border Color

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

This div border color is #d591fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d591fe


Comments

No comments written yet.

Please login to write comment.