Color Hex Logo

#d180fc Color Hex

#D180FC
(209,128,252)
0 Favorites   0 Comments

Color spaces of #d180fc

RGB 209128252
HSL0.780.950.75
HSV279°49°99°
CMYK 0.170.490.00   0.01
XYZ51.584436.021996.3296
Yxy36.02190.28040.1958
Hunter Lab60.018248.3850-53.1480
CIE-Lab66.536752.0850-49.6934

#d180fc color RGB value is (209,128,252).

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

The process color (four color CMYK) of #d180fc color hex is 0.17, 0.49, 0.00, 0.01. Web safe color of #d180fc is #cc99ff. Color #d180fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000000 11111100
Octal 321 200 374
Decimal 209 128 252
Hex D1 80 FC

RGB Percentages of Color #d180fc

%35.48
%21.73
%42.78

CMYK Percentages of Color #d180fc

%17
%49
%0
%1

Triadic Colors of #d180fc

#d180fc #fcd180 #80fcd1

Analogous Colors of #d180fc

#d180fc #fc80e9 #9380fc

Monochromatic Colors of #d180fc

#d180fc

Complementary Color

#d180fc #abfc80

#d180fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d180fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d180fc Color CSS Codes

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

#d180fc Text Font Color

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

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


#d180fc Background Color

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

This div background color is #d180fc


#d180fc Border Color

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

This div border color is #d180fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d180fc


Comments

No comments written yet.

Please login to write comment.