Color Hex Logo

#d35deb Color Hex

#D35DEB
(211,93,235)
0 Favorites   0 Comments

Color spaces of #d35deb

RGB 21193235
HSL0.810.780.64
HSV290°60°92°
CMYK 0.100.600.00   0.08
XYZ45.773727.675781.5267
Yxy27.67570.29540.1786
Hunter Lab52.607763.2485-55.0569
CIE-Lab59.594666.0797-51.2759

#d35deb color RGB value is (211,93,235).

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

The process color (four color CMYK) of #d35deb color hex is 0.10, 0.60, 0.00, 0.08. Web safe color of #d35deb is #cc66ff. Color #d35deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011101 11101011
Octal 323 135 353
Decimal 211 93 235
Hex D3 5D EB

RGB Percentages of Color #d35deb

%39.15
%17.25
%43.60

CMYK Percentages of Color #d35deb

%10
%60
%0
%8

Triadic Colors of #d35deb

#d35deb #ebd35d #5debd3

Analogous Colors of #d35deb

#d35deb #eb5dbc #8c5deb

Monochromatic Colors of #d35deb

#d35deb

Complementary Color

#d35deb #75eb5d

#d35deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35deb Color CSS Codes

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

#d35deb Text Font Color

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

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


#d35deb Background Color

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

This div background color is #d35deb


#d35deb Border Color

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

This div border color is #d35deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35deb


Comments

No comments written yet.

Please login to write comment.