Color Hex Logo

#d880f0 Color Hex

#D880F0
(216,128,240)
0 Favorites   0 Comments

Color spaces of #d880f0

RGB 216128240
HSL0.800.790.72
HSV287°47°94°
CMYK 0.100.470.00   0.06
XYZ51.766336.328586.7218
Yxy36.32850.29610.2078
Hunter Lab60.273147.8289-43.1161
CIE-Lab66.770251.5573-42.6827

#d880f0 color RGB value is (216,128,240).

#d880f0 hex color red value is 216, green value is 128 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #d880f0 hue: 0.80 , saturation: 0.79 and the lightness value of d880f0 is 0.72.

The process color (four color CMYK) of #d880f0 color hex is 0.10, 0.47, 0.00, 0.06. Web safe color of #d880f0 is #cc99ff. Color #d880f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000000 11110000
Octal 330 200 360
Decimal 216 128 240
Hex D8 80 F0

RGB Percentages of Color #d880f0

%36.99
%21.92
%41.10

CMYK Percentages of Color #d880f0

%10
%47
%0
%6

Triadic Colors of #d880f0

#d880f0 #f0d880 #80f0d8

Analogous Colors of #d880f0

#d880f0 #f080d0 #a080f0

Monochromatic Colors of #d880f0

#d880f0

Complementary Color

#d880f0 #98f080

#d880f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d880f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d880f0 Color CSS Codes

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

#d880f0 Text Font Color

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

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


#d880f0 Background Color

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

This div background color is #d880f0


#d880f0 Border Color

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

This div border color is #d880f0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,128,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d880f0


Comments

No comments written yet.

Please login to write comment.