Color Hex Logo

#d790af Color Hex

#D790AF
(215,144,175)
0 Favorites   0 Comments

Color spaces of #d790af

RGB 215144175
HSL0.930.470.70
HSV334°33°84°
CMYK 0.000.330.19   0.16
XYZ45.735537.488745.3830
Yxy37.48870.35560.2915
Hunter Lab61.228026.1851-1.0869
CIE-Lab67.642131.2834-5.1862

#d790af color RGB value is (215,144,175).

#d790af hex color red value is 215, green value is 144 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d790af hue: 0.93 , saturation: 0.47 and the lightness value of d790af is 0.70.

The process color (four color CMYK) of #d790af color hex is 0.00, 0.33, 0.19, 0.16. Web safe color of #d790af is #cc9999. Color #d790af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010000 10101111
Octal 327 220 257
Decimal 215 144 175
Hex D7 90 AF

RGB Percentages of Color #d790af

%40.26
%26.97
%32.77

CMYK Percentages of Color #d790af

%0
%33
%19
%16

Triadic Colors of #d790af

#d790af #afd790 #90afd7

Analogous Colors of #d790af

#d790af #d79590 #d790d3

Monochromatic Colors of #d790af

#d790af

Complementary Color

#d790af #90d7b8

#d790af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d790af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d790af Color CSS Codes

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

#d790af Text Font Color

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

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


#d790af Background Color

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

This div background color is #d790af


#d790af Border Color

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

This div border color is #d790af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d790af


Comments

No comments written yet.

Please login to write comment.