Color Hex Logo

#d333dd Color Hex

#D333DD
(211,51,221)
0 Favorites   0 Comments

Color spaces of #d333dd

RGB 21151221
HSL0.820.710.53
HSV296°77°87°
CMYK 0.050.770.00   0.13
XYZ41.098921.437070.3782
Yxy21.43700.30920.1613
Hunter Lab46.300177.4227-57.7133
CIE-Lab53.424578.8512-53.2269

#d333dd color RGB value is (211,51,221).

#d333dd hex color red value is 211, green value is 51 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d333dd hue: 0.82 , saturation: 0.71 and the lightness value of d333dd is 0.53.

The process color (four color CMYK) of #d333dd color hex is 0.05, 0.77, 0.00, 0.13. Web safe color of #d333dd is #cc33cc. Color #d333dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110011 11011101
Octal 323 63 335
Decimal 211 51 221
Hex D3 33 DD

RGB Percentages of Color #d333dd

%43.69
%10.56
%45.76

CMYK Percentages of Color #d333dd

%5
%77
%0
%13

Triadic Colors of #d333dd

#d333dd #ddd333 #33ddd3

Analogous Colors of #d333dd

#d333dd #dd3392 #7e33dd

Monochromatic Colors of #d333dd

#d333dd

Complementary Color

#d333dd #3ddd33

#d333dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d333dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d333dd Color CSS Codes

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

#d333dd Text Font Color

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

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


#d333dd Background Color

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

This div background color is #d333dd


#d333dd Border Color

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

This div border color is #d333dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d333dd


Comments

No comments written yet.

Please login to write comment.