Color Hex Logo

#d295be Color Hex

#D295BE
(210,149,190)
0 Favorites   0 Comments

Color spaces of #d295be

RGB 210149190
HSL0.890.400.70
HSV320°29°82°
CMYK 0.000.290.10   0.18
XYZ46.620138.914253.7693
Yxy38.91420.33470.2793
Hunter Lab62.381224.2333-7.4379
CIE-Lab68.689129.2804-12.0684

#d295be color RGB value is (210,149,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010101 10111110
Octal 322 225 276
Decimal 210 149 190
Hex D2 95 BE

RGB Percentages of Color #d295be

%38.25
%27.14
%34.61

CMYK Percentages of Color #d295be

%0
%29
%10
%18

Triadic Colors of #d295be

#d295be #bed295 #95bed2

Analogous Colors of #d295be

#d295be #d295a0 #c895d2

Monochromatic Colors of #d295be

#d295be

Complementary Color

#d295be #95d2a9

#d295be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d295be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d295be Color CSS Codes

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

#d295be Text Font Color

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

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


#d295be Background Color

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

This div background color is #d295be


#d295be Border Color

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

This div border color is #d295be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d295be


Comments

No comments written yet.

Please login to write comment.