Color Hex Logo

#d189fe Color Hex

#D189FE
(209,137,254)
0 Favorites   0 Comments

Color spaces of #d189fe

RGB 209137254
HSL0.770.980.77
HSV277°46°100°
CMYK 0.180.460.00   0.00
XYZ53.129538.602498.4167
Yxy38.60240.27940.2030
Hunter Lab62.130843.9105-50.4252
CIE-Lab68.462347.8170-47.7501

#d189fe color RGB value is (209,137,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001001 11111110
Octal 321 211 376
Decimal 209 137 254
Hex D1 89 FE

RGB Percentages of Color #d189fe

%34.83
%22.83
%42.33

CMYK Percentages of Color #d189fe

%18
%46
%0
%0

Triadic Colors of #d189fe

#d189fe #fed189 #89fed1

Analogous Colors of #d189fe

#d189fe #fe89f1 #9789fe

Monochromatic Colors of #d189fe

#d189fe

Complementary Color

#d189fe #b6fe89

#d189fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d189fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d189fe Color CSS Codes

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

#d189fe Text Font Color

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

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


#d189fe Background Color

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

This div background color is #d189fe


#d189fe Border Color

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

This div border color is #d189fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d189fe


Comments

No comments written yet.

Please login to write comment.