Color Hex Logo

#d80195 Color Hex

#D80195
(216,1,149)
0 Favorites   0 Comments

Color spaces of #d80195

RGB 2161149
HSL0.890.990.43
HSV319°100°85°
CMYK 0.001.000.31   0.15
XYZ33.754616.790629.8956
Yxy16.79060.41960.2087
Hunter Lab40.976375.3323-14.5735
CIE-Lab47.995178.2392-19.6544

#d80195 color RGB value is (216,1,149).

#d80195 hex color red value is 216, green value is 1 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #d80195 hue: 0.89 , saturation: 0.99 and the lightness value of d80195 is 0.43.

The process color (four color CMYK) of #d80195 color hex is 0.00, 1.00, 0.31, 0.15. Web safe color of #d80195 is #cc0099. Color #d80195 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000001 10010101
Octal 330 1 225
Decimal 216 1 149
Hex D8 1 95

RGB Percentages of Color #d80195

%59.02
%0.27
%40.71

CMYK Percentages of Color #d80195

%0
%100
%31
%15

Triadic Colors of #d80195

#d80195 #95d801 #0195d8

Analogous Colors of #d80195

#d80195 #d8012a #b001d8

Monochromatic Colors of #d80195

#d80195

Complementary Color

#d80195 #01d844

#d80195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80195 Color CSS Codes

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

#d80195 Text Font Color

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

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


#d80195 Background Color

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

This div background color is #d80195


#d80195 Border Color

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

This div border color is #d80195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80195


Comments

No comments written yet.

Please login to write comment.