Color Hex Logo

#d35ecd Color Hex

#D35ECD
(211,94,205)
0 Favorites   0 Comments

Color spaces of #d35ecd

RGB 21194205
HSL0.840.570.60
HSV303°55°83°
CMYK 0.000.550.03   0.17
XYZ41.886126.262160.6191
Yxy26.26210.32530.2040
Hunter Lab51.246656.2145-34.2610
CIE-Lab58.285060.2995-36.4529

#d35ecd color RGB value is (211,94,205).

#d35ecd hex color red value is 211, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d35ecd hue: 0.84 , saturation: 0.57 and the lightness value of d35ecd is 0.60.

The process color (four color CMYK) of #d35ecd color hex is 0.00, 0.55, 0.03, 0.17. Web safe color of #d35ecd is #cc66cc. Color #d35ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011110 11001101
Octal 323 136 315
Decimal 211 94 205
Hex D3 5E CD

RGB Percentages of Color #d35ecd

%41.37
%18.43
%40.20

CMYK Percentages of Color #d35ecd

%0
%55
%3
%17

Triadic Colors of #d35ecd

#d35ecd #cdd35e #5ecdd3

Analogous Colors of #d35ecd

#d35ecd #d35e93 #9f5ed3

Monochromatic Colors of #d35ecd

#d35ecd

Complementary Color

#d35ecd #5ed364

#d35ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35ecd Color CSS Codes

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

#d35ecd Text Font Color

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

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


#d35ecd Background Color

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

This div background color is #d35ecd


#d35ecd Border Color

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

This div border color is #d35ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35ecd


Comments

No comments written yet.

Please login to write comment.