Color Hex Logo

#d789fe Color Hex

#D789FE
(215,137,254)
0 Favorites   0 Comments

Color spaces of #d789fe

RGB 215137254
HSL0.780.980.77
HSV280°46°100°
CMYK 0.150.460.00   0.00
XYZ54.859439.494298.4977
Yxy39.49420.28450.2048
Hunter Lab62.844445.8421-48.9357
CIE-Lab69.107749.4574-46.6902

#d789fe color RGB value is (215,137,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001001 11111110
Octal 327 211 376
Decimal 215 137 254
Hex D7 89 FE

RGB Percentages of Color #d789fe

%35.48
%22.61
%41.91

CMYK Percentages of Color #d789fe

%15
%46
%0
%0

Triadic Colors of #d789fe

#d789fe #fed789 #89fed7

Analogous Colors of #d789fe

#d789fe #fe89eb #9d89fe

Monochromatic Colors of #d789fe

#d789fe

Complementary Color

#d789fe #b0fe89

#d789fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d789fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d789fe Color CSS Codes

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

#d789fe Text Font Color

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

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


#d789fe Background Color

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

This div background color is #d789fe


#d789fe Border Color

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

This div border color is #d789fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,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 #d789fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d789fe

Related Colors


Comments

No comments written yet.

Please login to write comment.