Color Hex Logo

#d49ce9 Color Hex

#D49CE9
(212,156,233)
0 Favorites   0 Comments

Color spaces of #d49ce9

RGB 212156233
HSL0.790.640.76
HSV284°33°91°
CMYK 0.090.330.00   0.09
XYZ53.747843.657282.6847
Yxy43.65720.29850.2424
Hunter Lab66.073629.5727-27.9442
CIE-Lab71.998834.1650-30.7453

#d49ce9 color RGB value is (212,156,233).

#d49ce9 hex color red value is 212, green value is 156 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #d49ce9 hue: 0.79 , saturation: 0.64 and the lightness value of d49ce9 is 0.76.

The process color (four color CMYK) of #d49ce9 color hex is 0.09, 0.33, 0.00, 0.09. Web safe color of #d49ce9 is #cc99ff. Color #d49ce9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011100 11101001
Octal 324 234 351
Decimal 212 156 233
Hex D4 9C E9

RGB Percentages of Color #d49ce9

%35.27
%25.96
%38.77

CMYK Percentages of Color #d49ce9

%9
%33
%0
%9

Triadic Colors of #d49ce9

#d49ce9 #e9d49c #9ce9d4

Analogous Colors of #d49ce9

#d49ce9 #e99cd8 #ae9ce9

Monochromatic Colors of #d49ce9

#d49ce9

Complementary Color

#d49ce9 #b1e99c

#d49ce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49ce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49ce9 Color CSS Codes

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

#d49ce9 Text Font Color

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

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


#d49ce9 Background Color

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

This div background color is #d49ce9


#d49ce9 Border Color

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

This div border color is #d49ce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49ce9


Comments

No comments written yet.

Please login to write comment.