Color Hex Logo

#d874dd Color Hex

#D874DD
(216,116,221)
0 Favorites   0 Comments

Color spaces of #d874dd

RGB 216116221
HSL0.830.610.66
HSV297°48°87°
CMYK 0.020.480.00   0.13
XYZ47.615432.310272.1335
Yxy32.31020.31310.2125
Hunter Lab56.842150.0521-35.4505
CIE-Lab63.598454.0092-37.1115

#d874dd color RGB value is (216,116,221).

#d874dd hex color red value is 216, green value is 116 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d874dd hue: 0.83 , saturation: 0.61 and the lightness value of d874dd is 0.66.

The process color (four color CMYK) of #d874dd color hex is 0.02, 0.48, 0.00, 0.13. Web safe color of #d874dd is #cc66cc. Color #d874dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110100 11011101
Octal 330 164 335
Decimal 216 116 221
Hex D8 74 DD

RGB Percentages of Color #d874dd

%39.06
%20.98
%39.96

CMYK Percentages of Color #d874dd

%2
%48
%0
%13

Triadic Colors of #d874dd

#d874dd #ddd874 #74ddd8

Analogous Colors of #d874dd

#d874dd #dd74ae #a474dd

Monochromatic Colors of #d874dd

#d874dd

Complementary Color

#d874dd #79dd74

#d874dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d874dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d874dd Color CSS Codes

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

#d874dd Text Font Color

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

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


#d874dd Background Color

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

This div background color is #d874dd


#d874dd Border Color

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

This div border color is #d874dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,116,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 #d874dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d874dd


Comments

No comments written yet.

Please login to write comment.