Color Hex Logo

#d35acc Color Hex

#D35ACC
(211,90,204)
0 Favorites   0 Comments

Color spaces of #d35acc

RGB 21190204
HSL0.840.580.59
HSV303°57°83°
CMYK 0.000.570.03   0.17
XYZ41.419225.520859.8697
Yxy25.52080.32660.2013
Hunter Lab50.518157.9433-34.9027
CIE-Lab57.579461.9219-36.9887

#d35acc color RGB value is (211,90,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011010 11001100
Octal 323 132 314
Decimal 211 90 204
Hex D3 5A CC

RGB Percentages of Color #d35acc

%41.78
%17.82
%40.40

CMYK Percentages of Color #d35acc

%0
%57
%3
%17

Triadic Colors of #d35acc

#d35acc #ccd35a #5accd3

Analogous Colors of #d35acc

#d35acc #d35a90 #9e5ad3

Monochromatic Colors of #d35acc

#d35acc

Complementary Color

#d35acc #5ad361

#d35acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35acc Color CSS Codes

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

#d35acc Text Font Color

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

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


#d35acc Background Color

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

This div background color is #d35acc


#d35acc Border Color

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

This div border color is #d35acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35acc


Comments

No comments written yet.

Please login to write comment.