Color Hex Logo

#d85eeb Color Hex

#D85EEB
(216,94,235)
0 Favorites   0 Comments

Color spaces of #d85eeb

RGB 21694235
HSL0.810.780.65
HSV292°60°92°
CMYK 0.080.600.00   0.08
XYZ47.317028.602581.6242
Yxy28.60250.30030.1816
Hunter Lab53.481364.3336-53.0526
CIE-Lab60.429266.8384-49.9093

#d85eeb color RGB value is (216,94,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011110 11101011
Octal 330 136 353
Decimal 216 94 235
Hex D8 5E EB

RGB Percentages of Color #d85eeb

%39.63
%17.25
%43.12

CMYK Percentages of Color #d85eeb

%8
%60
%0
%8

Triadic Colors of #d85eeb

#d85eeb #ebd85e #5eebd8

Analogous Colors of #d85eeb

#d85eeb #eb5eb8 #925eeb

Monochromatic Colors of #d85eeb

#d85eeb

Complementary Color

#d85eeb #71eb5e

#d85eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85eeb Color CSS Codes

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

#d85eeb Text Font Color

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

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


#d85eeb Background Color

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

This div background color is #d85eeb


#d85eeb Border Color

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

This div border color is #d85eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85eeb


Comments

No comments written yet.

Please login to write comment.