Color Hex Logo

#d25dec Color Hex

#D25DEC
(210,93,236)
0 Favorites   0 Comments

Color spaces of #d25dec

RGB 21093236
HSL0.800.790.65
HSV289°61°93°
CMYK 0.110.610.00   0.07
XYZ45.633027.586582.2765
Yxy27.58650.29350.1774
Hunter Lab52.522963.1697-56.1112
CIE-Lab59.513366.0282-51.9712

#d25dec color RGB value is (210,93,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011101 11101100
Octal 322 135 354
Decimal 210 93 236
Hex D2 5D EC

RGB Percentages of Color #d25dec

%38.96
%17.25
%43.78

CMYK Percentages of Color #d25dec

%11
%61
%0
%7

Triadic Colors of #d25dec

#d25dec #ecd25d #5decd2

Analogous Colors of #d25dec

#d25dec #ec5dbf #8b5dec

Monochromatic Colors of #d25dec

#d25dec

Complementary Color

#d25dec #77ec5d

#d25dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25dec Color CSS Codes

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

#d25dec Text Font Color

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

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


#d25dec Background Color

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

This div background color is #d25dec


#d25dec Border Color

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

This div border color is #d25dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25dec


Comments

No comments written yet.

Please login to write comment.