Color Hex Logo

#d298dc Color Hex

#D298DC
(210,152,220)
0 Favorites   0 Comments

Color spaces of #d298dc

RGB 210152220
HSL0.810.490.73
HSV291°31°86°
CMYK 0.050.310.00   0.14
XYZ50.724841.325473.0133
Yxy41.32540.30730.2504
Hunter Lab64.284828.3493-22.3409
CIE-Lab70.403333.1403-26.0849

#d298dc color RGB value is (210,152,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011000 11011100
Octal 322 230 334
Decimal 210 152 220
Hex D2 98 DC

RGB Percentages of Color #d298dc

%36.08
%26.12
%37.80

CMYK Percentages of Color #d298dc

%5
%31
%0
%14

Triadic Colors of #d298dc

#d298dc #dcd298 #98dcd2

Analogous Colors of #d298dc

#d298dc #dc98c4 #b098dc

Monochromatic Colors of #d298dc

#d298dc

Complementary Color

#d298dc #a2dc98

#d298dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d298dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d298dc Color CSS Codes

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

#d298dc Text Font Color

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

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


#d298dc Background Color

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

This div background color is #d298dc


#d298dc Border Color

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

This div border color is #d298dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,152,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d298dc


Comments

No comments written yet.

Please login to write comment.