Color Hex Logo

#d597eb Color Hex

#D597EB
(213,151,235)
0 Favorites   0 Comments

Color spaces of #d597eb

RGB 213151235
HSL0.790.680.76
HSV284°36°92°
CMYK 0.090.360.00   0.08
XYZ53.502642.277583.9377
Yxy42.27750.29770.2352
Hunter Lab65.021233.0916-31.0244
CIE-Lab71.061837.5739-33.2778

#d597eb color RGB value is (213,151,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010111 11101011
Octal 325 227 353
Decimal 213 151 235
Hex D5 97 EB

RGB Percentages of Color #d597eb

%35.56
%25.21
%39.23

CMYK Percentages of Color #d597eb

%9
%36
%0
%8

Triadic Colors of #d597eb

#d597eb #ebd597 #97ebd5

Analogous Colors of #d597eb

#d597eb #eb97d7 #ab97eb

Monochromatic Colors of #d597eb

#d597eb

Complementary Color

#d597eb #adeb97

#d597eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d597eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d597eb Color CSS Codes

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

#d597eb Text Font Color

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

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


#d597eb Background Color

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

This div background color is #d597eb


#d597eb Border Color

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

This div border color is #d597eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d597eb


Comments

No comments written yet.

Please login to write comment.