Color Hex Logo

#d195de Color Hex

#D195DE
(209,149,222)
0 Favorites   0 Comments

Color spaces of #d195de

RGB 209149222
HSL0.800.530.73
HSV289°33°87°
CMYK 0.060.330.00   0.13
XYZ50.226840.324174.2433
Yxy40.32410.30480.2447
Hunter Lab63.501330.0587-24.8688
CIE-Lab69.699734.8412-28.2755

#d195de color RGB value is (209,149,222).

#d195de hex color red value is 209, green value is 149 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d195de hue: 0.80 , saturation: 0.53 and the lightness value of d195de is 0.73.

The process color (four color CMYK) of #d195de color hex is 0.06, 0.33, 0.00, 0.13. Web safe color of #d195de is #cc99cc. Color #d195de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010101 11011110
Octal 321 225 336
Decimal 209 149 222
Hex D1 95 DE

RGB Percentages of Color #d195de

%36.03
%25.69
%38.28

CMYK Percentages of Color #d195de

%6
%33
%0
%13

Triadic Colors of #d195de

#d195de #ded195 #95ded1

Analogous Colors of #d195de

#d195de #de95c7 #ad95de

Monochromatic Colors of #d195de

#d195de

Complementary Color

#d195de #a2de95

#d195de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d195de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d195de Color CSS Codes

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

#d195de Text Font Color

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

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


#d195de Background Color

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

This div background color is #d195de


#d195de Border Color

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

This div border color is #d195de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d195de


Comments

No comments written yet.

Please login to write comment.