Color Hex Logo

#d251d1 Color Hex

#D251D1
(210,81,209)
0 Favorites   0 Comments

Color spaces of #d251d1

RGB 21081209
HSL0.830.590.57
HSV300°61°82°
CMYK 0.000.610.00   0.18
XYZ41.029424.189962.8282
Yxy24.18990.32040.1889
Hunter Lab49.183262.8368-41.3106
CIE-Lab56.277466.3408-41.8891

#d251d1 color RGB value is (210,81,209).

#d251d1 hex color red value is 210, green value is 81 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #d251d1 hue: 0.83 , saturation: 0.59 and the lightness value of d251d1 is 0.57.

The process color (four color CMYK) of #d251d1 color hex is 0.00, 0.61, 0.00, 0.18. Web safe color of #d251d1 is #cc66cc. Color #d251d1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010001 11010001
Octal 322 121 321
Decimal 210 81 209
Hex D2 51 D1

RGB Percentages of Color #d251d1

%42.00
%16.20
%41.80

CMYK Percentages of Color #d251d1

%0
%61
%0
%18

Triadic Colors of #d251d1

#d251d1 #d1d251 #51d1d2

Analogous Colors of #d251d1

#d251d1 #d25191 #9351d2

Monochromatic Colors of #d251d1

#d251d1

Complementary Color

#d251d1 #51d252

#d251d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d251d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d251d1 Color CSS Codes

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

#d251d1 Text Font Color

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

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


#d251d1 Background Color

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

This div background color is #d251d1


#d251d1 Border Color

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

This div border color is #d251d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d251d1


Comments

No comments written yet.

Please login to write comment.