Color Hex Logo

#d25cdb Color Hex

#D25CDB
(210,92,219)
0 Favorites   0 Comments

Color spaces of #d25cdb

RGB 21092219
HSL0.820.640.61
HSV296°58°86°
CMYK 0.040.580.00   0.14
XYZ43.191726.470469.8507
Yxy26.47040.30960.1897
Hunter Lab51.449459.8141-44.4810
CIE-Lab58.480963.3681-44.0759

#d25cdb color RGB value is (210,92,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011100 11011011
Octal 322 134 333
Decimal 210 92 219
Hex D2 5C DB

RGB Percentages of Color #d25cdb

%40.31
%17.66
%42.03

CMYK Percentages of Color #d25cdb

%4
%58
%0
%14

Triadic Colors of #d25cdb

#d25cdb #dbd25c #5cdbd2

Analogous Colors of #d25cdb

#d25cdb #db5ca5 #935cdb

Monochromatic Colors of #d25cdb

#d25cdb

Complementary Color

#d25cdb #65db5c

#d25cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25cdb Color CSS Codes

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

#d25cdb Text Font Color

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

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


#d25cdb Background Color

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

This div background color is #d25cdb


#d25cdb Border Color

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

This div border color is #d25cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25cdb


Comments

No comments written yet.

Please login to write comment.