Color Hex Logo

#d25dda Color Hex

#D25DDA
(210,93,218)
0 Favorites   0 Comments

Color spaces of #d25dda

RGB 21093218
HSL0.820.630.61
HSV296°57°85°
CMYK 0.040.570.00   0.15
XYZ43.147626.592369.1884
Yxy26.59230.31060.1914
Hunter Lab51.567759.1105-43.4520
CIE-Lab58.595062.7452-43.3321

#d25dda color RGB value is (210,93,218).

#d25dda hex color red value is 210, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d25dda hue: 0.82 , saturation: 0.63 and the lightness value of d25dda is 0.61.

The process color (four color CMYK) of #d25dda color hex is 0.04, 0.57, 0.00, 0.15. Web safe color of #d25dda is #cc66cc. Color #d25dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011101 11011010
Octal 322 135 332
Decimal 210 93 218
Hex D2 5D DA

RGB Percentages of Color #d25dda

%40.31
%17.85
%41.84

CMYK Percentages of Color #d25dda

%4
%57
%0
%15

Triadic Colors of #d25dda

#d25dda #dad25d #5ddad2

Analogous Colors of #d25dda

#d25dda #da5da4 #945dda

Monochromatic Colors of #d25dda

#d25dda

Complementary Color

#d25dda #65da5d

#d25dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25dda Color CSS Codes

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

#d25dda Text Font Color

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

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


#d25dda Background Color

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

This div background color is #d25dda


#d25dda Border Color

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

This div border color is #d25dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25dda


Comments

No comments written yet.

Please login to write comment.