Color Hex Logo

#d889e5 Color Hex

#D889E5
(216,137,229)
0 Favorites   0 Comments

Color spaces of #d889e5

RGB 216137229
HSL0.810.640.72
HSV292°40°90°
CMYK 0.060.400.00   0.10
XYZ51.407438.147478.7825
Yxy38.14740.30540.2266
Hunter Lab61.763640.4838-32.3928
CIE-Lab68.129144.7539-34.5003

#d889e5 color RGB value is (216,137,229).

#d889e5 hex color red value is 216, green value is 137 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #d889e5 hue: 0.81 , saturation: 0.64 and the lightness value of d889e5 is 0.72.

The process color (four color CMYK) of #d889e5 color hex is 0.06, 0.40, 0.00, 0.10. Web safe color of #d889e5 is #cc99cc. Color #d889e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001001 11100101
Octal 330 211 345
Decimal 216 137 229
Hex D8 89 E5

RGB Percentages of Color #d889e5

%37.11
%23.54
%39.35

CMYK Percentages of Color #d889e5

%6
%40
%0
%10

Triadic Colors of #d889e5

#d889e5 #e5d889 #89e5d8

Analogous Colors of #d889e5

#d889e5 #e589c4 #aa89e5

Monochromatic Colors of #d889e5

#d889e5

Complementary Color

#d889e5 #96e589

#d889e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d889e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d889e5 Color CSS Codes

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

#d889e5 Text Font Color

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

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


#d889e5 Background Color

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

This div background color is #d889e5


#d889e5 Border Color

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

This div border color is #d889e5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,137,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d889e5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d889e5;
  -webkit-box-shadow: 1px 1px 3px 2px #d889e5;
  box-shadow:         1px 1px 3px 2px #d889e5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,137,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d889e5


Comments

No comments written yet.

Please login to write comment.