Color Hex Logo

#d58eeb Color Hex

#D58EEB
(213,142,235)
0 Favorites   0 Comments

Color spaces of #d58eeb

RGB 213142235
HSL0.790.700.74
HSV286°40°92°
CMYK 0.090.400.00   0.08
XYZ52.109039.490383.4732
Yxy39.49030.29760.2256
Hunter Lab62.841338.0427-34.7670
CIE-Lab69.104942.3927-36.3128

#d58eeb color RGB value is (213,142,235).

#d58eeb hex color red value is 213, green value is 142 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d58eeb hue: 0.79 , saturation: 0.70 and the lightness value of d58eeb is 0.74.

The process color (four color CMYK) of #d58eeb color hex is 0.09, 0.40, 0.00, 0.08. Web safe color of #d58eeb is #cc99ff. Color #d58eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001110 11101011
Octal 325 216 353
Decimal 213 142 235
Hex D5 8E EB

RGB Percentages of Color #d58eeb

%36.10
%24.07
%39.83

CMYK Percentages of Color #d58eeb

%9
%40
%0
%8

Triadic Colors of #d58eeb

#d58eeb #ebd58e #8eebd5

Analogous Colors of #d58eeb

#d58eeb #eb8ed3 #a78eeb

Monochromatic Colors of #d58eeb

#d58eeb

Complementary Color

#d58eeb #a4eb8e

#d58eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58eeb Color CSS Codes

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

#d58eeb Text Font Color

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

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


#d58eeb Background Color

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

This div background color is #d58eeb


#d58eeb Border Color

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

This div border color is #d58eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58eeb


Comments

No comments written yet.

Please login to write comment.