Color Hex Logo

#d790c2 Color Hex

#D790C2
(215,144,194)
0 Favorites   0 Comments

Color spaces of #d790c2

RGB 215144194
HSL0.880.470.70
HSV318°33°84°
CMYK 0.000.330.10   0.16
XYZ47.735238.288655.9135
Yxy38.28860.33630.2698
Hunter Lab61.877829.4165-10.2607
CIE-Lab68.232834.3663-14.9291

#d790c2 color RGB value is (215,144,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010000 11000010
Octal 327 220 302
Decimal 215 144 194
Hex D7 90 C2

RGB Percentages of Color #d790c2

%38.88
%26.04
%35.08

CMYK Percentages of Color #d790c2

%0
%33
%10
%16

Triadic Colors of #d790c2

#d790c2 #c2d790 #90c2d7

Analogous Colors of #d790c2

#d790c2 #d7909f #c990d7

Monochromatic Colors of #d790c2

#d790c2

Complementary Color

#d790c2 #90d7a5

#d790c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d790c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d790c2 Color CSS Codes

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

#d790c2 Text Font Color

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

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


#d790c2 Background Color

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

This div background color is #d790c2


#d790c2 Border Color

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

This div border color is #d790c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d790c2


Comments

No comments written yet.

Please login to write comment.