Color Hex Logo

#d57efb Color Hex

#D57EFB
(213,126,251)
0 Favorites   0 Comments

Color spaces of #d57efb

RGB 213126251
HSL0.780.940.74
HSV282°50°98°
CMYK 0.150.500.00   0.02
XYZ52.314036.032995.4646
Yxy36.03290.28460.1960
Hunter Lab60.027450.5151-52.2727
CIE-Lab66.545153.9626-49.1025

#d57efb color RGB value is (213,126,251).

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

The process color (four color CMYK) of #d57efb color hex is 0.15, 0.50, 0.00, 0.02. Web safe color of #d57efb is #cc66ff. Color #d57efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111110 11111011
Octal 325 176 373
Decimal 213 126 251
Hex D5 7E FB

RGB Percentages of Color #d57efb

%36.10
%21.36
%42.54

CMYK Percentages of Color #d57efb

%15
%50
%0
%2

Triadic Colors of #d57efb

#d57efb #fbd57e #7efbd5

Analogous Colors of #d57efb

#d57efb #fb7ee3 #977efb

Monochromatic Colors of #d57efb

#d57efb

Complementary Color

#d57efb #a4fb7e

#d57efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57efb Color CSS Codes

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

#d57efb Text Font Color

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

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


#d57efb Background Color

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

This div background color is #d57efb


#d57efb Border Color

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

This div border color is #d57efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57efb


Comments

No comments written yet.

Please login to write comment.