Color Hex Logo

#d296bc Color Hex

#D296BC
(210,150,188)
0 Favorites   0 Comments

Color spaces of #d296bc

RGB 210150188
HSL0.890.400.71
HSV322°29°82°
CMYK 0.000.290.10   0.18
XYZ46.561839.145252.6787
Yxy39.14520.33650.2829
Hunter Lab62.566123.3492-6.1240
CIE-Lab68.856328.3951-10.7040

#d296bc color RGB value is (210,150,188).

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

The process color (four color CMYK) of #d296bc color hex is 0.00, 0.29, 0.10, 0.18. Web safe color of #d296bc is #cc99cc. Color #d296bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010110 10111100
Octal 322 226 274
Decimal 210 150 188
Hex D2 96 BC

RGB Percentages of Color #d296bc

%38.32
%27.37
%34.31

CMYK Percentages of Color #d296bc

%0
%29
%10
%18

Triadic Colors of #d296bc

#d296bc #bcd296 #96bcd2

Analogous Colors of #d296bc

#d296bc #d2969e #ca96d2

Monochromatic Colors of #d296bc

#d296bc

Complementary Color

#d296bc #96d2ac

#d296bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d296bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d296bc Color CSS Codes

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

#d296bc Text Font Color

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

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


#d296bc Background Color

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

This div background color is #d296bc


#d296bc Border Color

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

This div border color is #d296bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d296bc


Comments

No comments written yet.

Please login to write comment.