Color Hex Logo

#d298ce Color Hex

#D298CE
(210,152,206)
0 Favorites   0 Comments

Color spaces of #d298ce

RGB 210152206
HSL0.840.390.71
HSV304°28°82°
CMYK 0.000.280.02   0.18
XYZ48.947240.614363.6521
Yxy40.61430.31950.2651
Hunter Lab63.729325.5702-14.6076
CIE-Lab69.904830.4948-19.1182

#d298ce color RGB value is (210,152,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011000 11001110
Octal 322 230 316
Decimal 210 152 206
Hex D2 98 CE

RGB Percentages of Color #d298ce

%36.97
%26.76
%36.27

CMYK Percentages of Color #d298ce

%0
%28
%2
%18

Triadic Colors of #d298ce

#d298ce #ced298 #98ced2

Analogous Colors of #d298ce

#d298ce #d298b1 #b998d2

Monochromatic Colors of #d298ce

#d298ce

Complementary Color

#d298ce #98d29c

#d298ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d298ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d298ce Color CSS Codes

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

#d298ce Text Font Color

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

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


#d298ce Background Color

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

This div background color is #d298ce


#d298ce Border Color

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

This div border color is #d298ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d298ce


Comments

No comments written yet.

Please login to write comment.