Color Hex Logo

#d511fd Color Hex

#D511FD
(213,17,253)
0 Favorites   0 Comments

Color spaces of #d511fd

RGB 21317253
HSL0.810.980.53
HSV290°93°99°
CMYK 0.160.930.00   0.01
XYZ45.370621.638994.7139
Yxy21.63890.28050.1338
Hunter Lab46.517692.6927-88.1572
CIE-Lab53.641890.5848-70.8464

#d511fd color RGB value is (213,17,253).

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

The process color (four color CMYK) of #d511fd color hex is 0.16, 0.93, 0.00, 0.01. Web safe color of #d511fd is #cc00ff. Color #d511fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010001 11111101
Octal 325 21 375
Decimal 213 17 253
Hex D5 11 FD

RGB Percentages of Color #d511fd

%44.10
%3.52
%52.38

CMYK Percentages of Color #d511fd

%16
%93
%0
%1

Triadic Colors of #d511fd

#d511fd #fdd511 #11fdd5

Analogous Colors of #d511fd

#d511fd #fd11af #5f11fd

Monochromatic Colors of #d511fd

#d511fd

Complementary Color

#d511fd #39fd11

#d511fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d511fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d511fd Color CSS Codes

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

#d511fd Text Font Color

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

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


#d511fd Background Color

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

This div background color is #d511fd


#d511fd Border Color

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

This div border color is #d511fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d511fd


Comments

No comments written yet.

Please login to write comment.