Color Hex Logo

#d70acd Color Hex

#D70ACD
(215,10,205)
0 Favorites   0 Comments

Color spaces of #d70acd

RGB 21510205
HSL0.840.910.44
HSV303°95°84°
CMYK 0.000.950.05   0.16
XYZ39.152319.071959.3753
Yxy19.07190.33290.1622
Hunter Lab43.671483.6040-50.0403
CIE-Lab50.771284.2216-48.2746

#d70acd color RGB value is (215,10,205).

#d70acd hex color red value is 215, green value is 10 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d70acd hue: 0.84 , saturation: 0.91 and the lightness value of d70acd is 0.44.

The process color (four color CMYK) of #d70acd color hex is 0.00, 0.95, 0.05, 0.16. Web safe color of #d70acd is #cc00cc. Color #d70acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001010 11001101
Octal 327 12 315
Decimal 215 10 205
Hex D7 A CD

RGB Percentages of Color #d70acd

%50.00
%2.33
%47.67

CMYK Percentages of Color #d70acd

%0
%95
%5
%16

Triadic Colors of #d70acd

#d70acd #cdd70a #0acdd7

Analogous Colors of #d70acd

#d70acd #d70a67 #7b0ad7

Monochromatic Colors of #d70acd

#d70acd

Complementary Color

#d70acd #0ad714

#d70acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70acd Color CSS Codes

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

#d70acd Text Font Color

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

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


#d70acd Background Color

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

This div background color is #d70acd


#d70acd Border Color

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

This div border color is #d70acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,10,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d70acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d70acd;
  -webkit-box-shadow: 1px 1px 3px 2px #d70acd;
  box-shadow:         1px 1px 3px 2px #d70acd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,10,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70acd


Comments

No comments written yet.

Please login to write comment.