Color Hex Logo

#d561fa Color Hex

#D561FA
(213,97,250)
0 Favorites   0 Comments

Color spaces of #d561fa

RGB 21397250
HSL0.790.940.68
HSV285°61°98°
CMYK 0.150.610.00   0.02
XYZ48.970629.597693.5744
Yxy29.59760.28450.1719
Hunter Lab54.403765.4675-63.8963
CIE-Lab61.305567.6249-56.8644

#d561fa color RGB value is (213,97,250).

#d561fa hex color red value is 213, green value is 97 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d561fa hue: 0.79 , saturation: 0.94 and the lightness value of d561fa is 0.68.

The process color (four color CMYK) of #d561fa color hex is 0.15, 0.61, 0.00, 0.02. Web safe color of #d561fa is #cc66ff. Color #d561fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100001 11111010
Octal 325 141 372
Decimal 213 97 250
Hex D5 61 FA

RGB Percentages of Color #d561fa

%38.04
%17.32
%44.64

CMYK Percentages of Color #d561fa

%15
%61
%0
%2

Triadic Colors of #d561fa

#d561fa #fad561 #61fad5

Analogous Colors of #d561fa

#d561fa #fa61d3 #8961fa

Monochromatic Colors of #d561fa

#d561fa

Complementary Color

#d561fa #86fa61

#d561fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d561fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d561fa Color CSS Codes

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

#d561fa Text Font Color

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

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


#d561fa Background Color

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

This div background color is #d561fa


#d561fa Border Color

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

This div border color is #d561fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d561fa


Comments

No comments written yet.

Please login to write comment.