Color Hex Logo

#d70abc Color Hex

#D70ABC
(215,10,188)
0 Favorites   0 Comments

Color spaces of #d70abc

RGB 21510188
HSL0.860.910.44
HSV308°95°84°
CMYK 0.000.950.13   0.16
XYZ37.210018.295049.1471
Yxy18.29500.35560.1748
Hunter Lab42.772780.4336-38.1852
CIE-Lab49.852081.9273-39.8800

#d70abc color RGB value is (215,10,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001010 10111100
Octal 327 12 274
Decimal 215 10 188
Hex D7 A BC

RGB Percentages of Color #d70abc

%52.06
%2.42
%45.52

CMYK Percentages of Color #d70abc

%0
%95
%13
%16

Triadic Colors of #d70abc

#d70abc #bcd70a #0abcd7

Analogous Colors of #d70abc

#d70abc #d70a55 #8c0ad7

Monochromatic Colors of #d70abc

#d70abc

Complementary Color

#d70abc #0ad725

#d70abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70abc Color CSS Codes

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

#d70abc Text Font Color

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

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


#d70abc Background Color

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

This div background color is #d70abc


#d70abc Border Color

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

This div border color is #d70abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70abc


Comments

No comments written yet.

Please login to write comment.