Color Hex Logo

#d29bfb Color Hex

#D29BFB
(210,155,251)
0 Favorites   0 Comments

Color spaces of #d29bfb

RGB 210155251
HSL0.760.920.80
HSV274°38°98°
CMYK 0.160.380.00   0.02
XYZ55.712344.109496.8444
Yxy44.10940.28330.2243
Hunter Lab66.414933.5091-39.9646
CIE-Lab72.301637.8373-40.0953

#d29bfb color RGB value is (210,155,251).

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

The process color (four color CMYK) of #d29bfb color hex is 0.16, 0.38, 0.00, 0.02. Web safe color of #d29bfb is #cc99ff. Color #d29bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011011 11111011
Octal 322 233 373
Decimal 210 155 251
Hex D2 9B FB

RGB Percentages of Color #d29bfb

%34.09
%25.16
%40.75

CMYK Percentages of Color #d29bfb

%16
%38
%0
%2

Triadic Colors of #d29bfb

#d29bfb #fbd29b #9bfbd2

Analogous Colors of #d29bfb

#d29bfb #fb9bf4 #a29bfb

Monochromatic Colors of #d29bfb

#d29bfb

Complementary Color

#d29bfb #c4fb9b

#d29bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29bfb Color CSS Codes

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

#d29bfb Text Font Color

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

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


#d29bfb Background Color

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

This div background color is #d29bfb


#d29bfb Border Color

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

This div border color is #d29bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.