Color Hex Logo

#d51dce Color Hex

#D51DCE
(213,29,206)
0 Favorites   0 Comments

Color spaces of #d51dce

RGB 21329206
HSL0.840.760.47
HSV302°86°84°
CMYK 0.000.860.03   0.16
XYZ39.020519.481160.0961
Yxy19.48110.32900.1643
Hunter Lab44.137480.5658-49.8312
CIE-Lab51.245481.7598-48.1157

#d51dce color RGB value is (213,29,206).

#d51dce hex color red value is 213, green value is 29 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d51dce hue: 0.84 , saturation: 0.76 and the lightness value of d51dce is 0.47.

The process color (four color CMYK) of #d51dce color hex is 0.00, 0.86, 0.03, 0.16. Web safe color of #d51dce is #cc33cc. Color #d51dce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011101 11001110
Octal 325 35 316
Decimal 213 29 206
Hex D5 1D CE

RGB Percentages of Color #d51dce

%47.54
%6.47
%45.98

CMYK Percentages of Color #d51dce

%0
%86
%3
%16

Triadic Colors of #d51dce

#d51dce #ced51d #1dced5

Analogous Colors of #d51dce

#d51dce #d51d72 #801dd5

Monochromatic Colors of #d51dce

#d51dce

Complementary Color

#d51dce #1dd524

#d51dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51dce Color CSS Codes

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

#d51dce Text Font Color

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

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


#d51dce Background Color

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

This div background color is #d51dce


#d51dce Border Color

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

This div border color is #d51dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51dce


Comments

No comments written yet.

Please login to write comment.