Color Hex Logo

#d35abe Color Hex

#D35ABE
(211,90,190)
0 Favorites   0 Comments

Color spaces of #d35abe

RGB 21190190
HSL0.860.580.59
HSV310°57°83°
CMYK 0.000.570.10   0.17
XYZ39.814424.878951.4189
Yxy24.87890.34290.2143
Hunter Lab49.878855.1951-26.2056
CIE-Lab56.957259.6431-29.9579

#d35abe color RGB value is (211,90,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011010 10111110
Octal 323 132 276
Decimal 211 90 190
Hex D3 5A BE

RGB Percentages of Color #d35abe

%42.97
%18.33
%38.70

CMYK Percentages of Color #d35abe

%0
%57
%10
%17

Triadic Colors of #d35abe

#d35abe #bed35a #5abed3

Analogous Colors of #d35abe

#d35abe #d35a82 #ac5ad3

Monochromatic Colors of #d35abe

#d35abe

Complementary Color

#d35abe #5ad36f

#d35abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35abe Color CSS Codes

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

#d35abe Text Font Color

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

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


#d35abe Background Color

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

This div background color is #d35abe


#d35abe Border Color

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

This div border color is #d35abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35abe


Comments

No comments written yet.

Please login to write comment.