Color Hex Logo

#d99bef Color Hex

#D99BEF
(217,155,239)
0 Favorites   0 Comments

Color spaces of #d99bef

RGB 217155239
HSL0.790.720.77
HSV284°35°94°
CMYK 0.090.350.00   0.06
XYZ55.916644.426487.2894
Yxy44.42640.29800.2368
Hunter Lab66.653133.1041-30.9894
CIE-Lab72.512637.4385-33.1856

#d99bef color RGB value is (217,155,239).

#d99bef hex color red value is 217, green value is 155 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d99bef hue: 0.79 , saturation: 0.72 and the lightness value of d99bef is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011011 11101111
Octal 331 233 357
Decimal 217 155 239
Hex D9 9B EF

RGB Percentages of Color #d99bef

%35.52
%25.37
%39.12

CMYK Percentages of Color #d99bef

%9
%35
%0
%6

Triadic Colors of #d99bef

#d99bef #efd99b #9befd9

Analogous Colors of #d99bef

#d99bef #ef9bdb #af9bef

Monochromatic Colors of #d99bef

#d99bef

Complementary Color

#d99bef #b1ef9b

#d99bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99bef Color CSS Codes

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

#d99bef Text Font Color

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

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


#d99bef Background Color

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

This div background color is #d99bef


#d99bef Border Color

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

This div border color is #d99bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99bef


Comments

No comments written yet.

Please login to write comment.