Color Hex Logo

#d35add Color Hex

#D35ADD
(211,90,221)
0 Favorites   0 Comments

Color spaces of #d35add

RGB 21190221
HSL0.820.660.61
HSV295°59°87°
CMYK 0.050.590.00   0.13
XYZ43.571326.381771.2023
Yxy26.38170.30870.1869
Hunter Lab51.363161.5360-46.2368
CIE-Lab58.397664.8500-45.3249

#d35add color RGB value is (211,90,221).

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

The process color (four color CMYK) of #d35add color hex is 0.05, 0.59, 0.00, 0.13. Web safe color of #d35add is #cc66cc. Color #d35add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011010 11011101
Octal 323 132 335
Decimal 211 90 221
Hex D3 5A DD

RGB Percentages of Color #d35add

%40.42
%17.24
%42.34

CMYK Percentages of Color #d35add

%5
%59
%0
%13

Triadic Colors of #d35add

#d35add #ddd35a #5addd3

Analogous Colors of #d35add

#d35add #dd5aa6 #925add

Monochromatic Colors of #d35add

#d35add

Complementary Color

#d35add #64dd5a

#d35add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35add Color CSS Codes

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

#d35add Text Font Color

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

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


#d35add Background Color

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

This div background color is #d35add


#d35add Border Color

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

This div border color is #d35add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35add


Comments

No comments written yet.

Please login to write comment.