Color Hex Logo

#d570eb Color Hex

#D570EB
(213,112,235)
0 Favorites   0 Comments

Color spaces of #d570eb

RGB 213112235
HSL0.800.750.68
HSV289°52°92°
CMYK 0.090.520.00   0.08
XYZ48.230131.732682.1803
Yxy31.73260.29750.1957
Hunter Lab56.331754.2478-47.0639
CIE-Lab63.121357.7675-45.6795

#d570eb color RGB value is (213,112,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110000 11101011
Octal 325 160 353
Decimal 213 112 235
Hex D5 70 EB

RGB Percentages of Color #d570eb

%38.04
%20.00
%41.96

CMYK Percentages of Color #d570eb

%9
%52
%0
%8

Triadic Colors of #d570eb

#d570eb #ebd570 #70ebd5

Analogous Colors of #d570eb

#d570eb #eb70c4 #9870eb

Monochromatic Colors of #d570eb

#d570eb

Complementary Color

#d570eb #86eb70

#d570eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d570eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d570eb Color CSS Codes

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

#d570eb Text Font Color

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

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


#d570eb Background Color

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

This div background color is #d570eb


#d570eb Border Color

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

This div border color is #d570eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d570eb


Comments

No comments written yet.

Please login to write comment.