Color Hex Logo

#d35aeb Color Hex

#D35AEB
(211,90,235)
0 Favorites   0 Comments

Color spaces of #d35aeb

RGB 21190235
HSL0.810.780.64
HSV290°62°92°
CMYK 0.100.620.00   0.08
XYZ45.515527.159481.4406
Yxy27.15940.29530.1762
Hunter Lab52.114764.6962-56.1733
CIE-Lab59.121667.3804-52.0275

#d35aeb color RGB value is (211,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011010 11101011
Octal 323 132 353
Decimal 211 90 235
Hex D3 5A EB

RGB Percentages of Color #d35aeb

%39.37
%16.79
%43.84

CMYK Percentages of Color #d35aeb

%10
%62
%0
%8

Triadic Colors of #d35aeb

#d35aeb #ebd35a #5aebd3

Analogous Colors of #d35aeb

#d35aeb #eb5abb #8b5aeb

Monochromatic Colors of #d35aeb

#d35aeb

Complementary Color

#d35aeb #72eb5a

#d35aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35aeb Color CSS Codes

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

#d35aeb Text Font Color

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

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


#d35aeb Background Color

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

This div background color is #d35aeb


#d35aeb Border Color

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

This div border color is #d35aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35aeb


Comments

No comments written yet.

Please login to write comment.