Color Hex Logo

#d70acb Color Hex

#D70ACB
(215,10,203)
0 Favorites   0 Comments

Color spaces of #d70acb

RGB 21510203
HSL0.840.910.44
HSV304°95°84°
CMYK 0.000.950.06   0.16
XYZ38.912418.976058.1117
Yxy18.97600.33550.1636
Hunter Lab43.561583.2172-48.6008
CIE-Lab50.659183.9434-47.3005

#d70acb color RGB value is (215,10,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001010 11001011
Octal 327 12 313
Decimal 215 10 203
Hex D7 A CB

RGB Percentages of Color #d70acb

%50.23
%2.34
%47.43

CMYK Percentages of Color #d70acb

%0
%95
%6
%16

Triadic Colors of #d70acb

#d70acb #cbd70a #0acbd7

Analogous Colors of #d70acb

#d70acb #d70a65 #7d0ad7

Monochromatic Colors of #d70acb

#d70acb

Complementary Color

#d70acb #0ad716

#d70acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70acb Color CSS Codes

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

#d70acb Text Font Color

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

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


#d70acb Background Color

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

This div background color is #d70acb


#d70acb Border Color

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

This div border color is #d70acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70acb


Comments

No comments written yet.

Please login to write comment.