Color Hex Logo

#d298dd Color Hex

#D298DD
(210,152,221)
0 Favorites   0 Comments

Color spaces of #d298dd

RGB 210152221
HSL0.810.500.73
HSV290°31°87°
CMYK 0.050.310.00   0.13
XYZ50.857741.378673.7130
Yxy41.37860.30650.2493
Hunter Lab64.326228.5552-22.9136
CIE-Lab70.440433.3344-26.5784

#d298dd color RGB value is (210,152,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011000 11011101
Octal 322 230 335
Decimal 210 152 221
Hex D2 98 DD

RGB Percentages of Color #d298dd

%36.02
%26.07
%37.91

CMYK Percentages of Color #d298dd

%5
%31
%0
%13

Triadic Colors of #d298dd

#d298dd #ddd298 #98ddd2

Analogous Colors of #d298dd

#d298dd #dd98c6 #b098dd

Monochromatic Colors of #d298dd

#d298dd

Complementary Color

#d298dd #a3dd98

#d298dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d298dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d298dd Color CSS Codes

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

#d298dd Text Font Color

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

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


#d298dd Background Color

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

This div background color is #d298dd


#d298dd Border Color

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

This div border color is #d298dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d298dd


Comments

No comments written yet.

Please login to write comment.