Color Hex Logo

#d298cc Color Hex

#D298CC
(210,152,204)
0 Favorites   0 Comments

Color spaces of #d298cc

RGB 210152204
HSL0.850.390.71
HSV306°28°82°
CMYK 0.000.280.03   0.18
XYZ48.705740.517762.3804
Yxy40.51770.32130.2673
Hunter Lab63.653525.1890-13.5467
CIE-Lab69.836730.1284-18.1145

#d298cc color RGB value is (210,152,204).

#d298cc hex color red value is 210, green value is 152 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d298cc hue: 0.85 , saturation: 0.39 and the lightness value of d298cc is 0.71.

The process color (four color CMYK) of #d298cc color hex is 0.00, 0.28, 0.03, 0.18. Web safe color of #d298cc is #cc99cc. Color #d298cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011000 11001100
Octal 322 230 314
Decimal 210 152 204
Hex D2 98 CC

RGB Percentages of Color #d298cc

%37.10
%26.86
%36.04

CMYK Percentages of Color #d298cc

%0
%28
%3
%18

Triadic Colors of #d298cc

#d298cc #ccd298 #98ccd2

Analogous Colors of #d298cc

#d298cc #d298af #bb98d2

Monochromatic Colors of #d298cc

#d298cc

Complementary Color

#d298cc #98d29e

#d298cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d298cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d298cc Color CSS Codes

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

#d298cc Text Font Color

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

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


#d298cc Background Color

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

This div background color is #d298cc


#d298cc Border Color

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

This div border color is #d298cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d298cc


Comments

No comments written yet.

Please login to write comment.