Color Hex Logo

#d99bea Color Hex

#D99BEA
(217,155,234)
0 Favorites   0 Comments

Color spaces of #d99bea

RGB 217155234
HSL0.800.650.76
HSV287°34°92°
CMYK 0.070.340.00   0.08
XYZ55.187944.134983.4521
Yxy44.13490.30190.2415
Hunter Lab66.434132.0232-27.9741
CIE-Lab72.318636.4469-30.7566

#d99bea color RGB value is (217,155,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011011 11101010
Octal 331 233 352
Decimal 217 155 234
Hex D9 9B EA

RGB Percentages of Color #d99bea

%35.81
%25.58
%38.61

CMYK Percentages of Color #d99bea

%7
%34
%0
%8

Triadic Colors of #d99bea

#d99bea #ead99b #9bead9

Analogous Colors of #d99bea

#d99bea #ea9bd4 #b29bea

Monochromatic Colors of #d99bea

#d99bea

Complementary Color

#d99bea #acea9b

#d99bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99bea Color CSS Codes

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

#d99bea Text Font Color

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

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


#d99bea Background Color

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

This div background color is #d99bea


#d99bea Border Color

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

This div border color is #d99bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99bea


Comments

No comments written yet.

Please login to write comment.