Color Hex Logo

#d51ffd Color Hex

#D51FFD
(213,31,253)
0 Favorites   0 Comments

Color spaces of #d51ffd

RGB 21331253
HSL0.800.980.56
HSV289°88°99°
CMYK 0.160.880.00   0.01
XYZ45.660222.218094.8104
Yxy22.21800.28070.1366
Hunter Lab47.136090.4234-86.2621
CIE-Lab54.257588.7601-69.8496

#d51ffd color RGB value is (213,31,253).

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

The process color (four color CMYK) of #d51ffd color hex is 0.16, 0.88, 0.00, 0.01. Web safe color of #d51ffd is #cc33ff. Color #d51ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011111 11111101
Octal 325 37 375
Decimal 213 31 253
Hex D5 1F FD

RGB Percentages of Color #d51ffd

%42.86
%6.24
%50.91

CMYK Percentages of Color #d51ffd

%16
%88
%0
%1

Triadic Colors of #d51ffd

#d51ffd #fdd51f #1ffdd5

Analogous Colors of #d51ffd

#d51ffd #fd1fb6 #661ffd

Monochromatic Colors of #d51ffd

#d51ffd

Complementary Color

#d51ffd #47fd1f

#d51ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51ffd Color CSS Codes

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

#d51ffd Text Font Color

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

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


#d51ffd Background Color

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

This div background color is #d51ffd


#d51ffd Border Color

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

This div border color is #d51ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.