Color Hex Logo

#d788fe Color Hex

#D788FE
(215,136,254)
0 Favorites   0 Comments

Color spaces of #d788fe

RGB 215136254
HSL0.780.980.76
HSV280°46°100°
CMYK 0.150.460.00   0.00
XYZ54.717939.211198.4505
Yxy39.21110.28440.2038
Hunter Lab62.618846.3951-49.3838
CIE-Lab68.903949.9778-47.0108

#d788fe color RGB value is (215,136,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001000 11111110
Octal 327 210 376
Decimal 215 136 254
Hex D7 88 FE

RGB Percentages of Color #d788fe

%35.54
%22.48
%41.98

CMYK Percentages of Color #d788fe

%15
%46
%0
%0

Triadic Colors of #d788fe

#d788fe #fed788 #88fed7

Analogous Colors of #d788fe

#d788fe #fe88ea #9c88fe

Monochromatic Colors of #d788fe

#d788fe

Complementary Color

#d788fe #affe88

#d788fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d788fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d788fe Color CSS Codes

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

#d788fe Text Font Color

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

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


#d788fe Background Color

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

This div background color is #d788fe


#d788fe Border Color

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

This div border color is #d788fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d788fe


Comments

No comments written yet.

Please login to write comment.