Color Hex Logo

#d790dd Color Hex

#D790DD
(215,144,221)
0 Favorites   0 Comments

Color spaces of #d790dd

RGB 215144221
HSL0.820.530.72
HSV295°35°87°
CMYK 0.030.350.00   0.13
XYZ51.048739.614073.3623
Yxy39.61400.31120.2415
Hunter Lab62.939734.6323-25.0505
CIE-Lab69.193739.2154-28.4489

#d790dd color RGB value is (215,144,221).

#d790dd hex color red value is 215, green value is 144 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d790dd hue: 0.82 , saturation: 0.53 and the lightness value of d790dd is 0.72.

The process color (four color CMYK) of #d790dd color hex is 0.03, 0.35, 0.00, 0.13. Web safe color of #d790dd is #cc99cc. Color #d790dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010000 11011101
Octal 327 220 335
Decimal 215 144 221
Hex D7 90 DD

RGB Percentages of Color #d790dd

%37.07
%24.83
%38.10

CMYK Percentages of Color #d790dd

%3
%35
%0
%13

Triadic Colors of #d790dd

#d790dd #ddd790 #90ddd7

Analogous Colors of #d790dd

#d790dd #dd90bd #b190dd

Monochromatic Colors of #d790dd

#d790dd

Complementary Color

#d790dd #96dd90

#d790dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d790dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d790dd Color CSS Codes

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

#d790dd Text Font Color

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

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


#d790dd Background Color

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

This div background color is #d790dd


#d790dd Border Color

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

This div border color is #d790dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d790dd


Comments

No comments written yet.

Please login to write comment.