Color Hex Logo

#d51dff Color Hex

#D51DFF
(213,29,255)
0 Favorites   0 Comments

Color spaces of #d51dff

RGB 21329255
HSL0.801.000.56
HSV289°89°100°
CMYK 0.160.890.00   0.00
XYZ45.929922.244996.4807
Yxy22.24490.27890.1351
Hunter Lab47.164591.2896-88.2697
CIE-Lab54.285989.4075-70.9157

#d51dff color RGB value is (213,29,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011101 11111111
Octal 325 35 377
Decimal 213 29 255
Hex D5 1D FF

RGB Percentages of Color #d51dff

%42.86
%5.84
%51.31

CMYK Percentages of Color #d51dff

%16
%89
%0
%0

Triadic Colors of #d51dff

#d51dff #ffd51d #1dffd5

Analogous Colors of #d51dff

#d51dff #ff1db8 #641dff

Monochromatic Colors of #d51dff

#d51dff

Complementary Color

#d51dff #47ff1d

#d51dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51dff Color CSS Codes

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

#d51dff Text Font Color

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

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


#d51dff Background Color

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

This div background color is #d51dff


#d51dff Border Color

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

This div border color is #d51dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51dff


Comments

No comments written yet.

Please login to write comment.