Color Hex Logo

#d57ff0 Color Hex

#D57FF0
(213,127,240)
0 Favorites   0 Comments

Color spaces of #d57ff0

RGB 213127240
HSL0.790.790.72
HSV286°47°94°
CMYK 0.110.470.00   0.06
XYZ50.758135.616186.6374
Yxy35.61610.29340.2059
Hunter Lab59.679247.3784-44.2969
CIE-Lab66.225551.2365-43.5615

#d57ff0 color RGB value is (213,127,240).

#d57ff0 hex color red value is 213, green value is 127 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #d57ff0 hue: 0.79 , saturation: 0.79 and the lightness value of d57ff0 is 0.72.

The process color (four color CMYK) of #d57ff0 color hex is 0.11, 0.47, 0.00, 0.06. Web safe color of #d57ff0 is #cc66ff. Color #d57ff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111111 11110000
Octal 325 177 360
Decimal 213 127 240
Hex D5 7F F0

RGB Percentages of Color #d57ff0

%36.72
%21.90
%41.38

CMYK Percentages of Color #d57ff0

%11
%47
%0
%6

Triadic Colors of #d57ff0

#d57ff0 #f0d57f #7ff0d5

Analogous Colors of #d57ff0

#d57ff0 #f07fd3 #9d7ff0

Monochromatic Colors of #d57ff0

#d57ff0

Complementary Color

#d57ff0 #9af07f

#d57ff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57ff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57ff0 Color CSS Codes

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

#d57ff0 Text Font Color

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

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


#d57ff0 Background Color

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

This div background color is #d57ff0


#d57ff0 Border Color

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

This div border color is #d57ff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57ff0


Comments

No comments written yet.

Please login to write comment.