Color Hex Logo

#d35faa Color Hex

#D35FAA
(211,95,170)
0 Favorites   0 Comments

Color spaces of #d35faa

RGB 21195170
HSL0.890.570.60
HSV321°55°83°
CMYK 0.000.550.19   0.17
XYZ38.211924.935640.8293
Yxy24.93560.36750.2398
Hunter Lab49.935649.2053-13.5230
CIE-Lab57.012654.3162-18.3390

#d35faa color RGB value is (211,95,170).

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

The process color (four color CMYK) of #d35faa color hex is 0.00, 0.55, 0.19, 0.17. Web safe color of #d35faa is #cc6699. Color #d35faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011111 10101010
Octal 323 137 252
Decimal 211 95 170
Hex D3 5F AA

RGB Percentages of Color #d35faa

%44.33
%19.96
%35.71

CMYK Percentages of Color #d35faa

%0
%55
%19
%17

Triadic Colors of #d35faa

#d35faa #aad35f #5faad3

Analogous Colors of #d35faa

#d35faa #d35f70 #c25fd3

Monochromatic Colors of #d35faa

#d35faa

Complementary Color

#d35faa #5fd388

#d35faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35faa Color CSS Codes

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

#d35faa Text Font Color

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

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


#d35faa Background Color

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

This div background color is #d35faa


#d35faa Border Color

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

This div border color is #d35faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35faa


Comments

No comments written yet.

Please login to write comment.