Color Hex Logo

#d550fa Color Hex

#D550FA
(213,80,250)
0 Favorites   0 Comments

Color spaces of #d550fa

RGB 21380250
HSL0.800.940.65
HSV287°68°98°
CMYK 0.150.680.00   0.02
XYZ47.564626.785693.1057
Yxy26.78560.28400.1600
Hunter Lab51.754873.4773-70.4330
CIE-Lab58.775374.6571-60.9087

#d550fa color RGB value is (213,80,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010000 11111010
Octal 325 120 372
Decimal 213 80 250
Hex D5 50 FA

RGB Percentages of Color #d550fa

%39.23
%14.73
%46.04

CMYK Percentages of Color #d550fa

%15
%68
%0
%2

Triadic Colors of #d550fa

#d550fa #fad550 #50fad5

Analogous Colors of #d550fa

#d550fa #fa50ca #8050fa

Monochromatic Colors of #d550fa

#d550fa

Complementary Color

#d550fa #75fa50

#d550fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d550fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d550fa Color CSS Codes

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

#d550fa Text Font Color

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

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


#d550fa Background Color

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

This div background color is #d550fa


#d550fa Border Color

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

This div border color is #d550fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d550fa

Related Colors


Comments

No comments written yet.

Please login to write comment.