Color Hex Logo

#d25eda Color Hex

#D25EDA
(210,94,218)
0 Favorites   0 Comments

Color spaces of #d25eda

RGB 21094218
HSL0.820.630.61
HSV296°57°85°
CMYK 0.040.570.00   0.15
XYZ43.235926.769069.2178
Yxy26.76900.31060.1923
Hunter Lab51.738858.6221-43.1029
CIE-Lab58.759962.2966-43.0723

#d25eda color RGB value is (210,94,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011110 11011010
Octal 322 136 332
Decimal 210 94 218
Hex D2 5E DA

RGB Percentages of Color #d25eda

%40.23
%18.01
%41.76

CMYK Percentages of Color #d25eda

%4
%57
%0
%15

Triadic Colors of #d25eda

#d25eda #dad25e #5edad2

Analogous Colors of #d25eda

#d25eda #da5ea4 #945eda

Monochromatic Colors of #d25eda

#d25eda

Complementary Color

#d25eda #66da5e

#d25eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25eda Color CSS Codes

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

#d25eda Text Font Color

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

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


#d25eda Background Color

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

This div background color is #d25eda


#d25eda Border Color

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

This div border color is #d25eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,94,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 #d25eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25eda


Comments

No comments written yet.

Please login to write comment.