Color Hex Logo

#d589ce Color Hex

#D589CE
(213,137,206)
0 Favorites   0 Comments

Color spaces of #d589ce

RGB 213137206
HSL0.850.480.69
HSV306°36°84°
CMYK 0.000.360.03   0.16
XYZ47.526836.493762.9316
Yxy36.49370.32340.2483
Hunter Lab60.410034.7150-19.4778
CIE-Lab66.895439.5515-23.6735

#d589ce color RGB value is (213,137,206).

#d589ce hex color red value is 213, green value is 137 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d589ce hue: 0.85 , saturation: 0.48 and the lightness value of d589ce is 0.69.

The process color (four color CMYK) of #d589ce color hex is 0.00, 0.36, 0.03, 0.16. Web safe color of #d589ce is #cc99cc. Color #d589ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001001 11001110
Octal 325 211 316
Decimal 213 137 206
Hex D5 89 CE

RGB Percentages of Color #d589ce

%38.31
%24.64
%37.05

CMYK Percentages of Color #d589ce

%0
%36
%3
%16

Triadic Colors of #d589ce

#d589ce #ced589 #89ced5

Analogous Colors of #d589ce

#d589ce #d589a8 #b689d5

Monochromatic Colors of #d589ce

#d589ce

Complementary Color

#d589ce #89d590

#d589ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d589ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d589ce Color CSS Codes

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

#d589ce Text Font Color

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

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


#d589ce Background Color

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

This div background color is #d589ce


#d589ce Border Color

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

This div border color is #d589ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d589ce


Comments

No comments written yet.

Please login to write comment.