Color Hex Logo

#d25ebd Color Hex

#D25EBD
(210,94,189)
0 Favorites   0 Comments

Color spaces of #d25ebd

RGB 21094189
HSL0.860.560.60
HSV311°55°82°
CMYK 0.000.550.10   0.18
XYZ39.766425.381250.9472
Yxy25.38120.34250.2186
Hunter Lab50.379852.7313-24.6920
CIE-Lab57.445057.3904-28.6393

#d25ebd color RGB value is (210,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011110 10111101
Octal 322 136 275
Decimal 210 94 189
Hex D2 5E BD

RGB Percentages of Color #d25ebd

%42.60
%19.07
%38.34

CMYK Percentages of Color #d25ebd

%0
%55
%10
%18

Triadic Colors of #d25ebd

#d25ebd #bdd25e #5ebdd2

Analogous Colors of #d25ebd

#d25ebd #d25e83 #ad5ed2

Monochromatic Colors of #d25ebd

#d25ebd

Complementary Color

#d25ebd #5ed273

#d25ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25ebd Color CSS Codes

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

#d25ebd Text Font Color

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

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


#d25ebd Background Color

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

This div background color is #d25ebd


#d25ebd Border Color

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

This div border color is #d25ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25ebd


Comments

No comments written yet.

Please login to write comment.