Color Hex Logo

#d551fd Color Hex

#D551FD
(213,81,253)
0 Favorites   0 Comments

Color spaces of #d551fd

RGB 21381253
HSL0.790.980.65
HSV286°68°99°
CMYK 0.160.680.00   0.01
XYZ48.112627.122895.6279
Yxy27.12280.28160.1587
Hunter Lab52.079673.7642-72.4120
CIE-Lab59.087874.8289-62.0688

#d551fd color RGB value is (213,81,253).

#d551fd hex color red value is 213, green value is 81 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d551fd hue: 0.79 , saturation: 0.98 and the lightness value of d551fd is 0.65.

The process color (four color CMYK) of #d551fd color hex is 0.16, 0.68, 0.00, 0.01. Web safe color of #d551fd is #cc66ff. Color #d551fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010001 11111101
Octal 325 121 375
Decimal 213 81 253
Hex D5 51 FD

RGB Percentages of Color #d551fd

%38.94
%14.81
%46.25

CMYK Percentages of Color #d551fd

%16
%68
%0
%1

Triadic Colors of #d551fd

#d551fd #fdd551 #51fdd5

Analogous Colors of #d551fd

#d551fd #fd51cf #7f51fd

Monochromatic Colors of #d551fd

#d551fd

Complementary Color

#d551fd #79fd51

#d551fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d551fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d551fd Color CSS Codes

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

#d551fd Text Font Color

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

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


#d551fd Background Color

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

This div background color is #d551fd


#d551fd Border Color

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

This div border color is #d551fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d551fd


Comments

No comments written yet.

Please login to write comment.