Color Hex Logo

#d19bea Color Hex

#D19BEA
(209,155,234)
0 Favorites   0 Comments

Color spaces of #d19bea

RGB 209155234
HSL0.780.650.76
HSV281°34°92°
CMYK 0.110.340.00   0.08
XYZ52.867142.938583.3435
Yxy42.93850.29510.2397
Hunter Lab65.527529.3394-29.5409
CIE-Lab71.513233.9872-32.0658

#d19bea color RGB value is (209,155,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011011 11101010
Octal 321 233 352
Decimal 209 155 234
Hex D1 9B EA

RGB Percentages of Color #d19bea

%34.95
%25.92
%39.13

CMYK Percentages of Color #d19bea

%11
%34
%0
%8

Triadic Colors of #d19bea

#d19bea #ead19b #9bead1

Analogous Colors of #d19bea

#d19bea #ea9bdc #aa9bea

Monochromatic Colors of #d19bea

#d19bea

Complementary Color

#d19bea #b4ea9b

#d19bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19bea Color CSS Codes

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

#d19bea Text Font Color

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

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


#d19bea Background Color

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

This div background color is #d19bea


#d19bea Border Color

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

This div border color is #d19bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19bea


Comments

No comments written yet.

Please login to write comment.