Color Hex Logo

#d25eea Color Hex

#D25EEA
(210,94,234)
0 Favorites   0 Comments

Color spaces of #d25eea

RGB 21094234
HSL0.800.770.64
HSV290°60°92°
CMYK 0.100.600.00   0.08
XYZ45.432327.647680.7839
Yxy27.64760.29530.1797
Hunter Lab52.581062.2152-54.2847
CIE-Lab59.569065.2133-50.7668

#d25eea color RGB value is (210,94,234).

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

The process color (four color CMYK) of #d25eea color hex is 0.10, 0.60, 0.00, 0.08. Web safe color of #d25eea is #cc66ff. Color #d25eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011110 11101010
Octal 322 136 352
Decimal 210 94 234
Hex D2 5E EA

RGB Percentages of Color #d25eea

%39.03
%17.47
%43.49

CMYK Percentages of Color #d25eea

%10
%60
%0
%8

Triadic Colors of #d25eea

#d25eea #ead25e #5eead2

Analogous Colors of #d25eea

#d25eea #ea5ebc #8c5eea

Monochromatic Colors of #d25eea

#d25eea

Complementary Color

#d25eea #76ea5e

#d25eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25eea Color CSS Codes

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

#d25eea Text Font Color

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

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


#d25eea Background Color

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

This div background color is #d25eea


#d25eea Border Color

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

This div border color is #d25eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25eea


Comments

No comments written yet.

Please login to write comment.