Color Hex Logo

#d783fe Color Hex

#D783FE
(215,131,254)
0 Favorites   0 Comments

Color spaces of #d783fe

RGB 215131254
HSL0.780.980.75
HSV281°48°100°
CMYK 0.150.480.00   0.00
XYZ54.030037.835498.2212
Yxy37.83540.28420.1990
Hunter Lab61.510549.1487-51.6181
CIE-Lab67.899152.5583-48.5929

#d783fe color RGB value is (215,131,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000011 11111110
Octal 327 203 376
Decimal 215 131 254
Hex D7 83 FE

RGB Percentages of Color #d783fe

%35.83
%21.83
%42.33

CMYK Percentages of Color #d783fe

%15
%48
%0
%0

Triadic Colors of #d783fe

#d783fe #fed783 #83fed7

Analogous Colors of #d783fe

#d783fe #fe83e8 #9a83fe

Monochromatic Colors of #d783fe

#d783fe

Complementary Color

#d783fe #aafe83

#d783fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d783fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d783fe Color CSS Codes

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

#d783fe Text Font Color

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

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


#d783fe Background Color

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

This div background color is #d783fe


#d783fe Border Color

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

This div border color is #d783fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d783fe

Related Colors


Comments

No comments written yet.

Please login to write comment.