Color Hex Logo

#d25dce Color Hex

#D25DCE
(210,93,206)
0 Favorites   0 Comments

Color spaces of #d25dce

RGB 21093206
HSL0.840.570.59
HSV302°56°82°
CMYK 0.000.560.02   0.18
XYZ41.633325.986661.2141
Yxy25.98660.32320.2017
Hunter Lab50.977156.5723-35.5125
CIE-Lab58.024360.6560-37.4389

#d25dce color RGB value is (210,93,206).

#d25dce hex color red value is 210, green value is 93 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d25dce hue: 0.84 , saturation: 0.57 and the lightness value of d25dce is 0.59.

The process color (four color CMYK) of #d25dce color hex is 0.00, 0.56, 0.02, 0.18. Web safe color of #d25dce is #cc66cc. Color #d25dce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011101 11001110
Octal 322 135 316
Decimal 210 93 206
Hex D2 5D CE

RGB Percentages of Color #d25dce

%41.26
%18.27
%40.47

CMYK Percentages of Color #d25dce

%0
%56
%2
%18

Triadic Colors of #d25dce

#d25dce #ced25d #5dced2

Analogous Colors of #d25dce

#d25dce #d25d94 #9c5dd2

Monochromatic Colors of #d25dce

#d25dce

Complementary Color

#d25dce #5dd261

#d25dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25dce Color CSS Codes

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

#d25dce Text Font Color

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

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


#d25dce Background Color

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

This div background color is #d25dce


#d25dce Border Color

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

This div border color is #d25dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25dce


Comments

No comments written yet.

Please login to write comment.