Color Hex Logo

#d498ba Color Hex

#D498BA
(212,152,186)
0 Favorites   0 Comments

Color spaces of #d498ba

RGB 212152186
HSL0.910.410.71
HSV326°28°83°
CMYK 0.000.280.12   0.17
XYZ47.242539.998751.6849
Yxy39.99870.34010.2879
Hunter Lab63.244522.6583-4.1820
CIE-Lab69.468627.6674-8.6547

#d498ba color RGB value is (212,152,186).

#d498ba hex color red value is 212, green value is 152 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d498ba hue: 0.91 , saturation: 0.41 and the lightness value of d498ba is 0.71.

The process color (four color CMYK) of #d498ba color hex is 0.00, 0.28, 0.12, 0.17. Web safe color of #d498ba is #cc99cc. Color #d498ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011000 10111010
Octal 324 230 272
Decimal 212 152 186
Hex D4 98 BA

RGB Percentages of Color #d498ba

%38.55
%27.64
%33.82

CMYK Percentages of Color #d498ba

%0
%28
%12
%17

Triadic Colors of #d498ba

#d498ba #bad498 #98bad4

Analogous Colors of #d498ba

#d498ba #d4989c #d098d4

Monochromatic Colors of #d498ba

#d498ba

Complementary Color

#d498ba #98d4b2

#d498ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d498ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d498ba Color CSS Codes

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

#d498ba Text Font Color

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

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


#d498ba Background Color

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

This div background color is #d498ba


#d498ba Border Color

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

This div border color is #d498ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d498ba


Comments

No comments written yet.

Please login to write comment.