Color Hex Logo

#d575eb Color Hex

#D575EB
(213,117,235)
0 Favorites   0 Comments

Color spaces of #d575eb

RGB 213117235
HSL0.800.750.69
HSV289°50°92°
CMYK 0.090.500.00   0.08
XYZ48.797332.866982.3693
Yxy32.86690.29750.2004
Hunter Lab57.329751.6070-45.0551
CIE-Lab64.053055.3087-44.2126

#d575eb color RGB value is (213,117,235).

#d575eb hex color red value is 213, green value is 117 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d575eb hue: 0.80 , saturation: 0.75 and the lightness value of d575eb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110101 11101011
Octal 325 165 353
Decimal 213 117 235
Hex D5 75 EB

RGB Percentages of Color #d575eb

%37.70
%20.71
%41.59

CMYK Percentages of Color #d575eb

%9
%50
%0
%8

Triadic Colors of #d575eb

#d575eb #ebd575 #75ebd5

Analogous Colors of #d575eb

#d575eb #eb75c6 #9a75eb

Monochromatic Colors of #d575eb

#d575eb

Complementary Color

#d575eb #8beb75

#d575eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d575eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d575eb Color CSS Codes

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

#d575eb Text Font Color

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

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


#d575eb Background Color

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

This div background color is #d575eb


#d575eb Border Color

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

This div border color is #d575eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d575eb


Comments

No comments written yet.

Please login to write comment.