Color Hex Logo

#d35eda Color Hex

#D35EDA
(211,94,218)
0 Favorites   0 Comments

Color spaces of #d35eda

RGB 21194218
HSL0.820.630.61
HSV297°57°85°
CMYK 0.030.570.00   0.15
XYZ43.521626.916269.2312
Yxy26.91620.31160.1927
Hunter Lab51.880858.9480-42.8016
CIE-Lab58.896762.5521-42.8475

#d35eda color RGB value is (211,94,218).

#d35eda hex color red value is 211, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d35eda hue: 0.82 , saturation: 0.63 and the lightness value of d35eda is 0.61.

The process color (four color CMYK) of #d35eda color hex is 0.03, 0.57, 0.00, 0.15. Web safe color of #d35eda is #cc66cc. Color #d35eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011110 11011010
Octal 323 136 332
Decimal 211 94 218
Hex D3 5E DA

RGB Percentages of Color #d35eda

%40.34
%17.97
%41.68

CMYK Percentages of Color #d35eda

%3
%57
%0
%15

Triadic Colors of #d35eda

#d35eda #dad35e #5edad3

Analogous Colors of #d35eda

#d35eda #da5ea3 #955eda

Monochromatic Colors of #d35eda

#d35eda

Complementary Color

#d35eda #65da5e

#d35eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35eda Color CSS Codes

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

#d35eda Text Font Color

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

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


#d35eda Background Color

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

This div background color is #d35eda


#d35eda Border Color

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

This div border color is #d35eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35eda


Comments

No comments written yet.

Please login to write comment.