Color Hex Logo

#d57edb Color Hex

#D57EDB
(213,126,219)
0 Favorites   0 Comments

Color spaces of #d57edb

RGB 213126219
HSL0.820.560.68
HSV296°42°86°
CMYK 0.030.420.00   0.14
XYZ47.687634.182371.1023
Yxy34.18230.31170.2235
Hunter Lab58.465643.2790-31.1789
CIE-Lab65.107047.7073-33.6757

#d57edb color RGB value is (213,126,219).

#d57edb hex color red value is 213, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d57edb hue: 0.82 , saturation: 0.56 and the lightness value of d57edb is 0.68.

The process color (four color CMYK) of #d57edb color hex is 0.03, 0.42, 0.00, 0.14. Web safe color of #d57edb is #cc66cc. Color #d57edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111110 11011011
Octal 325 176 333
Decimal 213 126 219
Hex D5 7E DB

RGB Percentages of Color #d57edb

%38.17
%22.58
%39.25

CMYK Percentages of Color #d57edb

%3
%42
%0
%14

Triadic Colors of #d57edb

#d57edb #dbd57e #7edbd5

Analogous Colors of #d57edb

#d57edb #db7eb3 #a77edb

Monochromatic Colors of #d57edb

#d57edb

Complementary Color

#d57edb #84db7e

#d57edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57edb Color CSS Codes

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

#d57edb Text Font Color

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

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


#d57edb Background Color

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

This div background color is #d57edb


#d57edb Border Color

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

This div border color is #d57edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,126,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d57edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57edb


Comments

No comments written yet.

Please login to write comment.