Color Hex Logo

#d25edb Color Hex

#D25EDB
(210,94,219)
0 Favorites   0 Comments

Color spaces of #d25edb

RGB 21094219
HSL0.820.630.61
HSV296°57°86°
CMYK 0.040.570.00   0.14
XYZ43.367226.821569.9092
Yxy26.82150.30950.1914
Hunter Lab51.789558.8398-43.7813
CIE-Lab58.808762.4749-43.5587

#d25edb color RGB value is (210,94,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011110 11011011
Octal 322 136 333
Decimal 210 94 219
Hex D2 5E DB

RGB Percentages of Color #d25edb

%40.15
%17.97
%41.87

CMYK Percentages of Color #d25edb

%4
%57
%0
%14

Triadic Colors of #d25edb

#d25edb #dbd25e #5edbd2

Analogous Colors of #d25edb

#d25edb #db5ea6 #945edb

Monochromatic Colors of #d25edb

#d25edb

Complementary Color

#d25edb #67db5e

#d25edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25edb Color CSS Codes

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

#d25edb Text Font Color

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

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


#d25edb Background Color

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

This div background color is #d25edb


#d25edb Border Color

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

This div border color is #d25edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25edb


Comments

No comments written yet.

Please login to write comment.