Color Hex Logo

#d398bf Color Hex

#D398BF
(211,152,191)
0 Favorites   0 Comments

Color spaces of #d398bf

RGB 211152191
HSL0.890.400.71
HSV320°28°83°
CMYK 0.000.280.09   0.17
XYZ47.496240.066954.5206
Yxy40.06690.33430.2820
Hunter Lab63.298423.1659-6.7591
CIE-Lab69.517228.1658-11.3736

#d398bf color RGB value is (211,152,191).

#d398bf hex color red value is 211, green value is 152 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d398bf hue: 0.89 , saturation: 0.40 and the lightness value of d398bf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011000 10111111
Octal 323 230 277
Decimal 211 152 191
Hex D3 98 BF

RGB Percentages of Color #d398bf

%38.09
%27.44
%34.48

CMYK Percentages of Color #d398bf

%0
%28
%9
%17

Triadic Colors of #d398bf

#d398bf #bfd398 #98bfd3

Analogous Colors of #d398bf

#d398bf #d398a2 #ca98d3

Monochromatic Colors of #d398bf

#d398bf

Complementary Color

#d398bf #98d3ac

#d398bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d398bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d398bf Color CSS Codes

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

#d398bf Text Font Color

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

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


#d398bf Background Color

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

This div background color is #d398bf


#d398bf Border Color

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

This div border color is #d398bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d398bf


Comments

No comments written yet.

Please login to write comment.