Color Hex Logo

#d57ddb Color Hex

#D57DDB
(213,125,219)
0 Favorites   0 Comments

Color spaces of #d57ddb

RGB 213125219
HSL0.820.570.67
HSV296°43°86°
CMYK 0.030.430.00   0.14
XYZ47.560433.927871.0599
Yxy33.92780.31180.2224
Hunter Lab58.247643.8158-31.5583
CIE-Lab64.905248.2235-33.9891

#d57ddb color RGB value is (213,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111101 11011011
Octal 325 175 333
Decimal 213 125 219
Hex D5 7D DB

RGB Percentages of Color #d57ddb

%38.24
%22.44
%39.32

CMYK Percentages of Color #d57ddb

%3
%43
%0
%14

Triadic Colors of #d57ddb

#d57ddb #dbd57d #7ddbd5

Analogous Colors of #d57ddb

#d57ddb #db7db2 #a67ddb

Monochromatic Colors of #d57ddb

#d57ddb

Complementary Color

#d57ddb #83db7d

#d57ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57ddb Color CSS Codes

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

#d57ddb Text Font Color

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

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


#d57ddb Background Color

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

This div background color is #d57ddb


#d57ddb Border Color

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

This div border color is #d57ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57ddb


Comments

No comments written yet.

Please login to write comment.