Color Hex Logo

#d57fed Color Hex

#D57FED
(213,127,237)
0 Favorites   0 Comments

Color spaces of #d57fed

RGB 213127237
HSL0.800.750.71
HSV287°46°93°
CMYK 0.100.460.00   0.07
XYZ50.316035.439384.3093
Yxy35.43930.29590.2084
Hunter Lab59.530946.6905-42.2965
CIE-Lab66.089350.6428-42.1214

#d57fed color RGB value is (213,127,237).

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

The process color (four color CMYK) of #d57fed color hex is 0.10, 0.46, 0.00, 0.07. Web safe color of #d57fed is #cc66ff. Color #d57fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111111 11101101
Octal 325 177 355
Decimal 213 127 237
Hex D5 7F ED

RGB Percentages of Color #d57fed

%36.92
%22.01
%41.07

CMYK Percentages of Color #d57fed

%10
%46
%0
%7

Triadic Colors of #d57fed

#d57fed #edd57f #7fedd5

Analogous Colors of #d57fed

#d57fed #ed7fce #9e7fed

Monochromatic Colors of #d57fed

#d57fed

Complementary Color

#d57fed #97ed7f

#d57fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57fed Color CSS Codes

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

#d57fed Text Font Color

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

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


#d57fed Background Color

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

This div background color is #d57fed


#d57fed Border Color

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

This div border color is #d57fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57fed


Comments

No comments written yet.

Please login to write comment.