Color Hex Logo

#d495be Color Hex

#D495BE
(212,149,190)
0 Favorites   0 Comments

Color spaces of #d495be

RGB 212149190
HSL0.890.420.71
HSV321°30°83°
CMYK 0.000.300.10   0.17
XYZ47.193139.209653.7961
Yxy39.20960.33660.2797
Hunter Lab62.617624.9497-7.1050
CIE-Lab68.902829.9680-11.7261

#d495be color RGB value is (212,149,190).

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

The process color (four color CMYK) of #d495be color hex is 0.00, 0.30, 0.10, 0.17. Web safe color of #d495be is #cc99cc. Color #d495be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010101 10111110
Octal 324 225 276
Decimal 212 149 190
Hex D4 95 BE

RGB Percentages of Color #d495be

%38.48
%27.04
%34.48

CMYK Percentages of Color #d495be

%0
%30
%10
%17

Triadic Colors of #d495be

#d495be #bed495 #95bed4

Analogous Colors of #d495be

#d495be #d4959f #cb95d4

Monochromatic Colors of #d495be

#d495be

Complementary Color

#d495be #95d4ab

#d495be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d495be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d495be Color CSS Codes

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

#d495be Text Font Color

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

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


#d495be Background Color

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

This div background color is #d495be


#d495be Border Color

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

This div border color is #d495be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,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 #d495be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d495be


Comments

No comments written yet.

Please login to write comment.