Color Hex Logo

#d25dbd Color Hex

#D25DBD
(210,93,189)
0 Favorites   0 Comments

Color spaces of #d25dbd

RGB 21093189
HSL0.860.570.59
HSV311°56°82°
CMYK 0.000.560.10   0.18
XYZ39.678025.204550.9178
Yxy25.20450.34260.2177
Hunter Lab50.204153.2175-24.9900
CIE-Lab57.274157.8495-28.9039

#d25dbd color RGB value is (210,93,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011101 10111101
Octal 322 135 275
Decimal 210 93 189
Hex D2 5D BD

RGB Percentages of Color #d25dbd

%42.68
%18.90
%38.41

CMYK Percentages of Color #d25dbd

%0
%56
%10
%18

Triadic Colors of #d25dbd

#d25dbd #bdd25d #5dbdd2

Analogous Colors of #d25dbd

#d25dbd #d25d83 #ad5dd2

Monochromatic Colors of #d25dbd

#d25dbd

Complementary Color

#d25dbd #5dd272

#d25dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25dbd Color CSS Codes

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

#d25dbd Text Font Color

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

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


#d25dbd Background Color

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

This div background color is #d25dbd


#d25dbd Border Color

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

This div border color is #d25dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25dbd


Comments

No comments written yet.

Please login to write comment.