Color Hex Logo

#d35beb Color Hex

#D35BEB
(211,91,235)
0 Favorites   0 Comments

Color spaces of #d35beb

RGB 21191235
HSL0.810.780.64
HSV290°61°92°
CMYK 0.100.610.00   0.08
XYZ45.600527.329281.4689
Yxy27.32920.29530.1770
Hunter Lab52.277364.2167-55.8033
CIE-Lab59.277866.9503-51.7792

#d35beb color RGB value is (211,91,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011011 11101011
Octal 323 133 353
Decimal 211 91 235
Hex D3 5B EB

RGB Percentages of Color #d35beb

%39.29
%16.95
%43.76

CMYK Percentages of Color #d35beb

%10
%61
%0
%8

Triadic Colors of #d35beb

#d35beb #ebd35b #5bebd3

Analogous Colors of #d35beb

#d35beb #eb5bbb #8b5beb

Monochromatic Colors of #d35beb

#d35beb

Complementary Color

#d35beb #73eb5b

#d35beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35beb Color CSS Codes

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

#d35beb Text Font Color

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

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


#d35beb Background Color

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

This div background color is #d35beb


#d35beb Border Color

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

This div border color is #d35beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35beb


Comments

No comments written yet.

Please login to write comment.