Color Hex Logo

#d70280 Color Hex

#D70280
(215,2,128)
0 Favorites   0 Comments

Color spaces of #d70280

RGB 2152128
HSL0.900.980.43
HSV325°99°84°
CMYK 0.000.990.40   0.16
XYZ31.942316.049021.8363
Yxy16.04900.45740.2298
Hunter Lab40.061272.2176-4.2746
CIE-Lab47.038775.9077-8.3801

#d70280 color RGB value is (215,2,128).

#d70280 hex color red value is 215, green value is 2 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #d70280 hue: 0.90 , saturation: 0.98 and the lightness value of d70280 is 0.43.

The process color (four color CMYK) of #d70280 color hex is 0.00, 0.99, 0.40, 0.16. Web safe color of #d70280 is #cc0099. Color #d70280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000010 10000000
Octal 327 2 200
Decimal 215 2 128
Hex D7 2 80

RGB Percentages of Color #d70280

%62.32
%0.58
%37.10

CMYK Percentages of Color #d70280

%0
%99
%40
%16

Triadic Colors of #d70280

#d70280 #80d702 #0280d7

Analogous Colors of #d70280

#d70280 #d70215 #c402d7

Monochromatic Colors of #d70280

#d70280

Complementary Color

#d70280 #02d759

#d70280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70280 Color CSS Codes

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

#d70280 Text Font Color

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

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


#d70280 Background Color

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

This div background color is #d70280


#d70280 Border Color

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

This div border color is #d70280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70280


Comments

No comments written yet.

Please login to write comment.