Color Hex Logo

#d35aaf Color Hex

#D35AAF
(211,90,175)
0 Favorites   0 Comments

Color spaces of #d35aaf

RGB 21190175
HSL0.880.580.59
HSV318°57°83°
CMYK 0.000.570.17   0.17
XYZ38.258024.256443.2230
Yxy24.25640.36180.2294
Hunter Lab49.250852.4699-17.5580
CIE-Lab56.343657.3483-22.2576

#d35aaf color RGB value is (211,90,175).

#d35aaf hex color red value is 211, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d35aaf hue: 0.88 , saturation: 0.58 and the lightness value of d35aaf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011010 10101111
Octal 323 132 257
Decimal 211 90 175
Hex D3 5A AF

RGB Percentages of Color #d35aaf

%44.33
%18.91
%36.76

CMYK Percentages of Color #d35aaf

%0
%57
%17
%17

Triadic Colors of #d35aaf

#d35aaf #afd35a #5aafd3

Analogous Colors of #d35aaf

#d35aaf #d35a73 #bb5ad3

Monochromatic Colors of #d35aaf

#d35aaf

Complementary Color

#d35aaf #5ad37e

#d35aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35aaf Color CSS Codes

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

#d35aaf Text Font Color

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

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


#d35aaf Background Color

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

This div background color is #d35aaf


#d35aaf Border Color

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

This div border color is #d35aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35aaf


Comments

No comments written yet.

Please login to write comment.