Color Hex Logo

#d25ded Color Hex

#D25DED
(210,93,237)
0 Favorites   0 Comments

Color spaces of #d25ded

RGB 21093237
HSL0.800.800.65
HSV289°61°93°
CMYK 0.110.610.00   0.07
XYZ45.778827.644883.0439
Yxy27.64480.29260.1767
Hunter Lab52.578363.4040-56.8397
CIE-Lab59.566566.2156-52.4441

#d25ded color RGB value is (210,93,237).

#d25ded hex color red value is 210, green value is 93 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d25ded hue: 0.80 , saturation: 0.80 and the lightness value of d25ded is 0.65.

The process color (four color CMYK) of #d25ded color hex is 0.11, 0.61, 0.00, 0.07. Web safe color of #d25ded is #cc66ff. Color #d25ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011101 11101101
Octal 322 135 355
Decimal 210 93 237
Hex D2 5D ED

RGB Percentages of Color #d25ded

%38.89
%17.22
%43.89

CMYK Percentages of Color #d25ded

%11
%61
%0
%7

Triadic Colors of #d25ded

#d25ded #edd25d #5dedd2

Analogous Colors of #d25ded

#d25ded #ed5dc0 #8a5ded

Monochromatic Colors of #d25ded

#d25ded

Complementary Color

#d25ded #78ed5d

#d25ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25ded Color CSS Codes

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

#d25ded Text Font Color

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

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


#d25ded Background Color

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

This div background color is #d25ded


#d25ded Border Color

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

This div border color is #d25ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25ded


Comments

No comments written yet.

Please login to write comment.