Color Hex Logo

#d198dd Color Hex

#D198DD
(209,152,221)
0 Favorites   0 Comments

Color spaces of #d198dd

RGB 209152221
HSL0.800.500.73
HSV290°31°87°
CMYK 0.050.310.00   0.13
XYZ50.573941.232273.6997
Yxy41.23220.30560.2491
Hunter Lab64.212328.2159-23.1015
CIE-Lab70.338333.0179-26.7438

#d198dd color RGB value is (209,152,221).

#d198dd hex color red value is 209, green value is 152 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d198dd hue: 0.80 , saturation: 0.50 and the lightness value of d198dd is 0.73.

The process color (four color CMYK) of #d198dd color hex is 0.05, 0.31, 0.00, 0.13. Web safe color of #d198dd is #cc99cc. Color #d198dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011000 11011101
Octal 321 230 335
Decimal 209 152 221
Hex D1 98 DD

RGB Percentages of Color #d198dd

%35.91
%26.12
%37.97

CMYK Percentages of Color #d198dd

%5
%31
%0
%13

Triadic Colors of #d198dd

#d198dd #ddd198 #98ddd1

Analogous Colors of #d198dd

#d198dd #dd98c7 #af98dd

Monochromatic Colors of #d198dd

#d198dd

Complementary Color

#d198dd #a4dd98

#d198dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d198dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d198dd Color CSS Codes

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

#d198dd Text Font Color

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

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


#d198dd Background Color

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

This div background color is #d198dd


#d198dd Border Color

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

This div border color is #d198dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d198dd


Comments

No comments written yet.

Please login to write comment.