Color Hex Logo

#d298db Color Hex

#D298DB
(210,152,219)
0 Favorites   0 Comments

Color spaces of #d298db

RGB 210152219
HSL0.810.480.73
HSV292°31°86°
CMYK 0.040.310.00   0.14
XYZ50.592841.272672.3177
Yxy41.27260.30810.2514
Hunter Lab64.243828.1445-21.7707
CIE-Lab70.366532.9468-25.5907

#d298db color RGB value is (210,152,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011000 11011011
Octal 322 230 333
Decimal 210 152 219
Hex D2 98 DB

RGB Percentages of Color #d298db

%36.14
%26.16
%37.69

CMYK Percentages of Color #d298db

%4
%31
%0
%14

Triadic Colors of #d298db

#d298db #dbd298 #98dbd2

Analogous Colors of #d298db

#d298db #db98c3 #b198db

Monochromatic Colors of #d298db

#d298db

Complementary Color

#d298db #a1db98

#d298db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d298db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d298db Color CSS Codes

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

#d298db Text Font Color

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

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


#d298db Background Color

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

This div background color is #d298db


#d298db Border Color

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

This div border color is #d298db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d298db


Comments

No comments written yet.

Please login to write comment.