Color Hex Logo

#d57feb Color Hex

#D57FEB
(213,127,235)
0 Favorites   0 Comments

Color spaces of #d57feb

RGB 213127235
HSL0.800.730.71
HSV288°46°92°
CMYK 0.090.460.00   0.08
XYZ50.025335.323082.7787
Yxy35.32300.29750.2101
Hunter Lab59.433246.2367-40.9761
CIE-Lab65.999450.2498-41.1582

#d57feb color RGB value is (213,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111111 11101011
Octal 325 177 353
Decimal 213 127 235
Hex D5 7F EB

RGB Percentages of Color #d57feb

%37.04
%22.09
%40.87

CMYK Percentages of Color #d57feb

%9
%46
%0
%8

Triadic Colors of #d57feb

#d57feb #ebd57f #7febd5

Analogous Colors of #d57feb

#d57feb #eb7fcb #9f7feb

Monochromatic Colors of #d57feb

#d57feb

Complementary Color

#d57feb #95eb7f

#d57feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57feb Color CSS Codes

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

#d57feb Text Font Color

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

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


#d57feb Background Color

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

This div background color is #d57feb


#d57feb Border Color

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

This div border color is #d57feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57feb


Comments

No comments written yet.

Please login to write comment.