Color Hex Logo

#d353dd Color Hex

#D353DD
(211,83,221)
0 Favorites   0 Comments

Color spaces of #d353dd

RGB 21183221
HSL0.820.670.60
HSV296°62°87°
CMYK 0.050.620.00   0.13
XYZ43.008425.255971.0147
Yxy25.25590.30880.1813
Hunter Lab50.255264.8135-48.6029
CIE-Lab57.323967.8105-47.0235

#d353dd color RGB value is (211,83,221).

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

The process color (four color CMYK) of #d353dd color hex is 0.05, 0.62, 0.00, 0.13. Web safe color of #d353dd is #cc66cc. Color #d353dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010011 11011101
Octal 323 123 335
Decimal 211 83 221
Hex D3 53 DD

RGB Percentages of Color #d353dd

%40.97
%16.12
%42.91

CMYK Percentages of Color #d353dd

%5
%62
%0
%13

Triadic Colors of #d353dd

#d353dd #ddd353 #53ddd3

Analogous Colors of #d353dd

#d353dd #dd53a2 #8e53dd

Monochromatic Colors of #d353dd

#d353dd

Complementary Color

#d353dd #5ddd53

#d353dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d353dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d353dd Color CSS Codes

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

#d353dd Text Font Color

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

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


#d353dd Background Color

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

This div background color is #d353dd


#d353dd Border Color

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

This div border color is #d353dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d353dd


Comments

No comments written yet.

Please login to write comment.