Color Hex Logo

#d189ff Color Hex

#D189FF
(209,137,255)
0 Favorites   0 Comments

Color spaces of #d189ff

RGB 209137255
HSL0.771.000.77
HSV277°46°100°
CMYK 0.180.460.00   0.00
XYZ53.290238.666699.2624
Yxy38.66660.27870.2022
Hunter Lab62.182544.1547-51.1174
CIE-Lab68.509148.0301-48.2217

#d189ff color RGB value is (209,137,255).

#d189ff hex color red value is 209, green value is 137 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d189ff hue: 0.77 , saturation: 1.00 and the lightness value of d189ff is 0.77.

The process color (four color CMYK) of #d189ff color hex is 0.18, 0.46, 0.00, 0.00. Web safe color of #d189ff is #cc99ff. Color #d189ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001001 11111111
Octal 321 211 377
Decimal 209 137 255
Hex D1 89 FF

RGB Percentages of Color #d189ff

%34.78
%22.80
%42.43

CMYK Percentages of Color #d189ff

%18
%46
%0
%0

Triadic Colors of #d189ff

#d189ff #ffd189 #89ffd1

Analogous Colors of #d189ff

#d189ff #ff89f2 #9689ff

Monochromatic Colors of #d189ff

#d189ff

Complementary Color

#d189ff #b7ff89

#d189ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d189ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d189ff Color CSS Codes

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

#d189ff Text Font Color

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

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


#d189ff Background Color

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

This div background color is #d189ff


#d189ff Border Color

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

This div border color is #d189ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d189ff

Related Colors


Comments

No comments written yet.

Please login to write comment.