Color Hex Logo

#d35ddd Color Hex

#D35DDD
(211,93,221)
0 Favorites   0 Comments

Color spaces of #d35ddd

RGB 21193221
HSL0.820.650.62
HSV295°58°87°
CMYK 0.050.580.00   0.13
XYZ43.829526.898071.2884
Yxy26.89800.30860.1894
Hunter Lab51.863360.0891-45.1925
CIE-Lab58.879863.5316-44.5635

#d35ddd color RGB value is (211,93,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011101 11011101
Octal 323 135 335
Decimal 211 93 221
Hex D3 5D DD

RGB Percentages of Color #d35ddd

%40.19
%17.71
%42.10

CMYK Percentages of Color #d35ddd

%5
%58
%0
%13

Triadic Colors of #d35ddd

#d35ddd #ddd35d #5dddd3

Analogous Colors of #d35ddd

#d35ddd #dd5da7 #935ddd

Monochromatic Colors of #d35ddd

#d35ddd

Complementary Color

#d35ddd #67dd5d

#d35ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35ddd Color CSS Codes

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

#d35ddd Text Font Color

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

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


#d35ddd Background Color

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

This div background color is #d35ddd


#d35ddd Border Color

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

This div border color is #d35ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35ddd


Comments

No comments written yet.

Please login to write comment.