Color Hex Logo

#d35ddb Color Hex

#D35DDB
(211,93,219)
0 Favorites   0 Comments

Color spaces of #d35ddb

RGB 21193219
HSL0.820.640.61
HSV296°58°86°
CMYK 0.040.580.00   0.14
XYZ43.564526.792169.8931
Yxy26.79210.31060.1910
Hunter Lab51.761159.6519-43.8266
CIE-Lab58.781463.1756-43.5926

#d35ddb color RGB value is (211,93,219).

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

The process color (four color CMYK) of #d35ddb color hex is 0.04, 0.58, 0.00, 0.14. Web safe color of #d35ddb is #cc66cc. Color #d35ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011101 11011011
Octal 323 135 333
Decimal 211 93 219
Hex D3 5D DB

RGB Percentages of Color #d35ddb

%40.34
%17.78
%41.87

CMYK Percentages of Color #d35ddb

%4
%58
%0
%14

Triadic Colors of #d35ddb

#d35ddb #dbd35d #5ddbd3

Analogous Colors of #d35ddb

#d35ddb #db5da4 #945ddb

Monochromatic Colors of #d35ddb

#d35ddb

Complementary Color

#d35ddb #65db5d

#d35ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35ddb Color CSS Codes

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

#d35ddb Text Font Color

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

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


#d35ddb Background Color

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

This div background color is #d35ddb


#d35ddb Border Color

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

This div border color is #d35ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35ddb


Comments

No comments written yet.

Please login to write comment.