Color Hex Logo

#d700a6 Color Hex

#D700A6
(215,0,166)
0 Favorites   0 Comments

Color spaces of #d700a6

RGB 2150166
HSL0.871.000.42
HSV314°100°84°
CMYK 0.001.000.23   0.16
XYZ34.907317.200237.5566
Yxy17.20020.38930.1918
Hunter Lab41.473177.6628-24.6597
CIE-Lab48.511379.9997-29.0352

#d700a6 color RGB value is (215,0,166).

#d700a6 hex color red value is 215, green value is 0 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #d700a6 hue: 0.87 , saturation: 1.00 and the lightness value of d700a6 is 0.42.

The process color (four color CMYK) of #d700a6 color hex is 0.00, 1.00, 0.23, 0.16. Web safe color of #d700a6 is #cc0099. Color #d700a6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000000 10100110
Octal 327 0 246
Decimal 215 0 166
Hex D7 0 A6

RGB Percentages of Color #d700a6

%56.43
%0.00
%43.57

CMYK Percentages of Color #d700a6

%0
%100
%23
%16

Triadic Colors of #d700a6

#d700a6 #a6d700 #00a6d7

Analogous Colors of #d700a6

#d700a6 #d7003a #9d00d7

Monochromatic Colors of #d700a6

#d700a6

Complementary Color

#d700a6 #00d731

#d700a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d700a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d700a6 Color CSS Codes

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

#d700a6 Text Font Color

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

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


#d700a6 Background Color

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

This div background color is #d700a6


#d700a6 Border Color

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

This div border color is #d700a6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d700a6


Comments

No comments written yet.

Please login to write comment.