Color Hex Logo

#d880fe Color Hex

#D880FE
(216,128,254)
0 Favorites   0 Comments

Color spaces of #d880fe

RGB 216128254
HSL0.780.980.75
HSV282°50°100°
CMYK 0.150.500.00   0.00
XYZ53.927537.193098.1026
Yxy37.19300.28500.1966
Hunter Lab60.986151.1147-52.6841
CIE-Lab67.421654.3546-49.3384

#d880fe color RGB value is (216,128,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000000 11111110
Octal 330 200 376
Decimal 216 128 254
Hex D8 80 FE

RGB Percentages of Color #d880fe

%36.12
%21.40
%42.47

CMYK Percentages of Color #d880fe

%15
%50
%0
%0

Triadic Colors of #d880fe

#d880fe #fed880 #80fed8

Analogous Colors of #d880fe

#d880fe #fe80e5 #9980fe

Monochromatic Colors of #d880fe

#d880fe

Complementary Color

#d880fe #a6fe80

#d880fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d880fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d880fe Color CSS Codes

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

#d880fe Text Font Color

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

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


#d880fe Background Color

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

This div background color is #d880fe


#d880fe Border Color

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

This div border color is #d880fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d880fe

Related Colors


Comments

No comments written yet.

Please login to write comment.