Color Hex Logo

#d790cf Color Hex

#D790CF
(215,144,207)
0 Favorites   0 Comments

Color spaces of #d790cf

RGB 215144207
HSL0.850.470.70
HSV307°33°84°
CMYK 0.000.330.04   0.16
XYZ49.260138.898663.9434
Yxy38.89860.32390.2557
Hunter Lab62.368731.8376-17.1288
CIE-Lab68.677836.6361-21.4886

#d790cf color RGB value is (215,144,207).

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

The process color (four color CMYK) of #d790cf color hex is 0.00, 0.33, 0.04, 0.16. Web safe color of #d790cf is #cc99cc. Color #d790cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010000 11001111
Octal 327 220 317
Decimal 215 144 207
Hex D7 90 CF

RGB Percentages of Color #d790cf

%37.99
%25.44
%36.57

CMYK Percentages of Color #d790cf

%0
%33
%4
%16

Triadic Colors of #d790cf

#d790cf #cfd790 #90cfd7

Analogous Colors of #d790cf

#d790cf #d790ac #bc90d7

Monochromatic Colors of #d790cf

#d790cf

Complementary Color

#d790cf #90d798

#d790cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d790cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d790cf Color CSS Codes

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

#d790cf Text Font Color

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

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


#d790cf Background Color

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

This div background color is #d790cf


#d790cf Border Color

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

This div border color is #d790cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d790cf


Comments

No comments written yet.

Please login to write comment.