Color Hex Logo

#d591fc Color Hex

#D591FC
(213,145,252)
0 Favorites   0 Comments

Color spaces of #d591fc

RGB 213145252
HSL0.770.950.78
HSV278°42°99°
CMYK 0.150.420.00   0.01
XYZ55.136741.425297.1853
Yxy41.42520.28460.2138
Hunter Lab64.362440.2796-44.4724
CIE-Lab70.472844.2738-43.4737

#d591fc color RGB value is (213,145,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010001 11111100
Octal 325 221 374
Decimal 213 145 252
Hex D5 91 FC

RGB Percentages of Color #d591fc

%34.92
%23.77
%41.31

CMYK Percentages of Color #d591fc

%15
%42
%0
%1

Triadic Colors of #d591fc

#d591fc #fcd591 #91fcd5

Analogous Colors of #d591fc

#d591fc #fc91ee #a091fc

Monochromatic Colors of #d591fc

#d591fc

Complementary Color

#d591fc #b8fc91

#d591fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d591fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d591fc Color CSS Codes

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

#d591fc Text Font Color

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

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


#d591fc Background Color

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

This div background color is #d591fc


#d591fc Border Color

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

This div border color is #d591fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d591fc


Comments

No comments written yet.

Please login to write comment.