Color Hex Logo

#d35eeb Color Hex

#D35EEB
(211,94,235)
0 Favorites   0 Comments

Color spaces of #d35eeb

RGB 21194235
HSL0.800.780.65
HSV290°60°92°
CMYK 0.100.600.00   0.08
XYZ45.862127.852481.5561
Yxy27.85240.29540.1794
Hunter Lab52.775462.7606-54.6807
CIE-Lab59.755265.6399-51.0210

#d35eeb color RGB value is (211,94,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011110 11101011
Octal 323 136 353
Decimal 211 94 235
Hex D3 5E EB

RGB Percentages of Color #d35eeb

%39.07
%17.41
%43.52

CMYK Percentages of Color #d35eeb

%10
%60
%0
%8

Triadic Colors of #d35eeb

#d35eeb #ebd35e #5eebd3

Analogous Colors of #d35eeb

#d35eeb #eb5ebd #8d5eeb

Monochromatic Colors of #d35eeb

#d35eeb

Complementary Color

#d35eeb #76eb5e

#d35eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35eeb Color CSS Codes

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

#d35eeb Text Font Color

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

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


#d35eeb Background Color

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

This div background color is #d35eeb


#d35eeb Border Color

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

This div border color is #d35eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35eeb


Comments

No comments written yet.

Please login to write comment.