Color Hex Logo

#d49eca Color Hex

#D49ECA
(212,158,202)
0 Favorites   0 Comments

Color spaces of #d49eca

RGB 212158202
HSL0.860.390.73
HSV311°25°83°
CMYK 0.000.250.05   0.17
XYZ50.038942.715061.4846
Yxy42.71500.32440.2769
Hunter Lab65.356722.2903-10.0276
CIE-Lab71.361127.1755-14.6873

#d49eca color RGB value is (212,158,202).

#d49eca hex color red value is 212, green value is 158 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d49eca hue: 0.86 , saturation: 0.39 and the lightness value of d49eca is 0.73.

The process color (four color CMYK) of #d49eca color hex is 0.00, 0.25, 0.05, 0.17. Web safe color of #d49eca is #cc99cc. Color #d49eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011110 11001010
Octal 324 236 312
Decimal 212 158 202
Hex D4 9E CA

RGB Percentages of Color #d49eca

%37.06
%27.62
%35.31

CMYK Percentages of Color #d49eca

%0
%25
%5
%17

Triadic Colors of #d49eca

#d49eca #cad49e #9ecad4

Analogous Colors of #d49eca

#d49eca #d49eaf #c39ed4

Monochromatic Colors of #d49eca

#d49eca

Complementary Color

#d49eca #9ed4a8

#d49eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49eca Color CSS Codes

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

#d49eca Text Font Color

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

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


#d49eca Background Color

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

This div background color is #d49eca


#d49eca Border Color

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

This div border color is #d49eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,158,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49eca


Comments

No comments written yet.

Please login to write comment.