Color Hex Logo

#d333aa Color Hex

#D333AA
(211,51,170)
0 Favorites   0 Comments

Color spaces of #d333aa

RGB 21151170
HSL0.880.650.51
HSV315°76°83°
CMYK 0.000.760.19   0.17
XYZ35.303519.118839.8598
Yxy19.11880.37440.2028
Hunter Lab43.725167.6016-23.4413
CIE-Lab50.825971.3725-27.8550

#d333aa color RGB value is (211,51,170).

#d333aa hex color red value is 211, green value is 51 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d333aa hue: 0.88 , saturation: 0.65 and the lightness value of d333aa is 0.51.

The process color (four color CMYK) of #d333aa color hex is 0.00, 0.76, 0.19, 0.17. Web safe color of #d333aa is #cc3399. Color #d333aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110011 10101010
Octal 323 63 252
Decimal 211 51 170
Hex D3 33 AA

RGB Percentages of Color #d333aa

%48.84
%11.81
%39.35

CMYK Percentages of Color #d333aa

%0
%76
%19
%17

Triadic Colors of #d333aa

#d333aa #aad333 #33aad3

Analogous Colors of #d333aa

#d333aa #d3335a #ac33d3

Monochromatic Colors of #d333aa

#d333aa

Complementary Color

#d333aa #33d35c

#d333aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d333aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d333aa Color CSS Codes

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

#d333aa Text Font Color

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

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


#d333aa Background Color

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

This div background color is #d333aa


#d333aa Border Color

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

This div border color is #d333aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,51,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 #d333aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d333aa


Comments

No comments written yet.

Please login to write comment.