Color Hex Logo

#d25aed Color Hex

#D25AED
(210,90,237)
0 Favorites   0 Comments

Color spaces of #d25aed

RGB 21090237
HSL0.800.800.64
HSV289°62°93°
CMYK 0.110.620.00   0.07
XYZ45.520627.128482.9579
Yxy27.12840.29250.1743
Hunter Lab52.084964.8548-57.9743
CIE-Lab59.093067.5182-53.1974

#d25aed color RGB value is (210,90,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011010 11101101
Octal 322 132 355
Decimal 210 90 237
Hex D2 5A ED

RGB Percentages of Color #d25aed

%39.11
%16.76
%44.13

CMYK Percentages of Color #d25aed

%11
%62
%0
%7

Triadic Colors of #d25aed

#d25aed #edd25a #5aedd2

Analogous Colors of #d25aed

#d25aed #ed5abf #895aed

Monochromatic Colors of #d25aed

#d25aed

Complementary Color

#d25aed #75ed5a

#d25aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25aed Color CSS Codes

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

#d25aed Text Font Color

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

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


#d25aed Background Color

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

This div background color is #d25aed


#d25aed Border Color

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

This div border color is #d25aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25aed


Comments

No comments written yet.

Please login to write comment.