Color Hex Logo

#d57dfe Color Hex

#D57DFE
(213,125,254)
0 Favorites   0 Comments

Color spaces of #d57dfe

RGB 213125254
HSL0.780.980.74
HSV281°51°100°
CMYK 0.160.510.00   0.00
XYZ52.663635.969197.9330
Yxy35.96910.28230.1928
Hunter Lab59.974251.7866-54.8337
CIE-Lab66.496355.0835-50.8223

#d57dfe color RGB value is (213,125,254).

#d57dfe hex color red value is 213, green value is 125 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d57dfe hue: 0.78 , saturation: 0.98 and the lightness value of d57dfe is 0.74.

The process color (four color CMYK) of #d57dfe color hex is 0.16, 0.51, 0.00, 0.00. Web safe color of #d57dfe is #cc66ff. Color #d57dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111101 11111110
Octal 325 175 376
Decimal 213 125 254
Hex D5 7D FE

RGB Percentages of Color #d57dfe

%35.98
%21.11
%42.91

CMYK Percentages of Color #d57dfe

%16
%51
%0
%0

Triadic Colors of #d57dfe

#d57dfe #fed57d #7dfed5

Analogous Colors of #d57dfe

#d57dfe #fe7de7 #957dfe

Monochromatic Colors of #d57dfe

#d57dfe

Complementary Color

#d57dfe #a6fe7d

#d57dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57dfe Color CSS Codes

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

#d57dfe Text Font Color

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

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


#d57dfe Background Color

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

This div background color is #d57dfe


#d57dfe Border Color

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

This div border color is #d57dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.