Color Hex Logo

#d25ddb Color Hex

#D25DDB
(210,93,219)
0 Favorites   0 Comments

Color spaces of #d25ddb

RGB 21093219
HSL0.820.640.61
HSV296°58°86°
CMYK 0.040.580.00   0.14
XYZ43.278926.644869.8797
Yxy26.64480.30960.1906
Hunter Lab51.618659.3283-44.1320
CIE-Lab58.644162.9231-43.8183

#d25ddb color RGB value is (210,93,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011101 11011011
Octal 322 135 333
Decimal 210 93 219
Hex D2 5D DB

RGB Percentages of Color #d25ddb

%40.23
%17.82
%41.95

CMYK Percentages of Color #d25ddb

%4
%58
%0
%14

Triadic Colors of #d25ddb

#d25ddb #dbd25d #5ddbd2

Analogous Colors of #d25ddb

#d25ddb #db5da5 #935ddb

Monochromatic Colors of #d25ddb

#d25ddb

Complementary Color

#d25ddb #66db5d

#d25ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25ddb Color CSS Codes

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

#d25ddb Text Font Color

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

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


#d25ddb Background Color

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

This div background color is #d25ddb


#d25ddb Border Color

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

This div border color is #d25ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25ddb


Comments

No comments written yet.

Please login to write comment.