Color Hex Logo

#d570ed Color Hex

#D570ED
(213,112,237)
0 Favorites   0 Comments

Color spaces of #d570ed

RGB 213112237
HSL0.800.780.68
HSV288°53°93°
CMYK 0.100.530.00   0.07
XYZ48.520831.848983.7109
Yxy31.84890.29570.1941
Hunter Lab56.434854.7074-48.4416
CIE-Lab63.217858.1510-46.6366

#d570ed color RGB value is (213,112,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110000 11101101
Octal 325 160 355
Decimal 213 112 237
Hex D5 70 ED

RGB Percentages of Color #d570ed

%37.90
%19.93
%42.17

CMYK Percentages of Color #d570ed

%10
%53
%0
%7

Triadic Colors of #d570ed

#d570ed #edd570 #70edd5

Analogous Colors of #d570ed

#d570ed #ed70c7 #9770ed

Monochromatic Colors of #d570ed

#d570ed

Complementary Color

#d570ed #88ed70

#d570ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d570ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d570ed Color CSS Codes

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

#d570ed Text Font Color

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

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


#d570ed Background Color

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

This div background color is #d570ed


#d570ed Border Color

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

This div border color is #d570ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d570ed


Comments

No comments written yet.

Please login to write comment.