Color Hex Logo

#d49bea Color Hex

#D49BEA
(212,155,234)
0 Favorites   0 Comments

Color spaces of #d49bea

RGB 212155234
HSL0.790.650.76
HSV283°34°92°
CMYK 0.090.340.00   0.08
XYZ53.724043.380383.3836
Yxy43.38030.29770.2404
Hunter Lab65.863730.3381-28.9566
CIE-Lab71.812334.9076-31.5794

#d49bea color RGB value is (212,155,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011011 11101010
Octal 324 233 352
Decimal 212 155 234
Hex D4 9B EA

RGB Percentages of Color #d49bea

%35.27
%25.79
%38.94

CMYK Percentages of Color #d49bea

%9
%34
%0
%8

Triadic Colors of #d49bea

#d49bea #ead49b #9bead4

Analogous Colors of #d49bea

#d49bea #ea9bd9 #ad9bea

Monochromatic Colors of #d49bea

#d49bea

Complementary Color

#d49bea #b1ea9b

#d49bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49bea Color CSS Codes

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

#d49bea Text Font Color

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

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


#d49bea Background Color

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

This div background color is #d49bea


#d49bea Border Color

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

This div border color is #d49bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49bea


Comments

No comments written yet.

Please login to write comment.