Color Hex Logo

#d25dc9 Color Hex

#D25DC9
(210,93,201)
0 Favorites   0 Comments

Color spaces of #d25dc9

RGB 21093201
HSL0.850.570.59
HSV305°56°82°
CMYK 0.000.560.04   0.18
XYZ41.035325.747458.0653
Yxy25.74740.32870.2062
Hunter Lab50.741955.5558-32.3278
CIE-Lab57.796559.8112-34.9515

#d25dc9 color RGB value is (210,93,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011101 11001001
Octal 322 135 311
Decimal 210 93 201
Hex D2 5D C9

RGB Percentages of Color #d25dc9

%41.67
%18.45
%39.88

CMYK Percentages of Color #d25dc9

%0
%56
%4
%18

Triadic Colors of #d25dc9

#d25dc9 #c9d25d #5dc9d2

Analogous Colors of #d25dc9

#d25dc9 #d25d8f #a15dd2

Monochromatic Colors of #d25dc9

#d25dc9

Complementary Color

#d25dc9 #5dd266

#d25dc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25dc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25dc9 Color CSS Codes

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

#d25dc9 Text Font Color

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

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


#d25dc9 Background Color

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

This div background color is #d25dc9


#d25dc9 Border Color

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

This div border color is #d25dc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25dc9


Comments

No comments written yet.

Please login to write comment.