Color Hex Logo

#d189fd Color Hex

#D189FD
(209,137,253)
0 Favorites   0 Comments

Color spaces of #d189fd

RGB 209137253
HSL0.770.970.76
HSV277°46°99°
CMYK 0.170.460.00   0.01
XYZ52.969838.538597.5754
Yxy38.53850.28010.2038
Hunter Lab62.079443.6678-49.7355
CIE-Lab68.415647.6049-47.2779

#d189fd color RGB value is (209,137,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001001 11111101
Octal 321 211 375
Decimal 209 137 253
Hex D1 89 FD

RGB Percentages of Color #d189fd

%34.89
%22.87
%42.24

CMYK Percentages of Color #d189fd

%17
%46
%0
%1

Triadic Colors of #d189fd

#d189fd #fdd189 #89fdd1

Analogous Colors of #d189fd

#d189fd #fd89ef #9789fd

Monochromatic Colors of #d189fd

#d189fd

Complementary Color

#d189fd #b5fd89

#d189fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d189fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d189fd Color CSS Codes

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

#d189fd Text Font Color

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

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


#d189fd Background Color

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

This div background color is #d189fd


#d189fd Border Color

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

This div border color is #d189fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d189fd


Comments

No comments written yet.

Please login to write comment.