Color Hex Logo

#d80cfc Color Hex

#D80CFC
(216,12,252)
0 Favorites   0 Comments

Color spaces of #d80cfc

RGB 21612252
HSL0.810.980.52
HSV291°95°99°
CMYK 0.140.950.00   0.01
XYZ46.021121.890193.8951
Yxy21.89010.28440.1353
Hunter Lab46.786993.7015-86.2365
CIE-Lab53.910291.2863-69.8318

#d80cfc color RGB value is (216,12,252).

#d80cfc hex color red value is 216, green value is 12 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d80cfc hue: 0.81 , saturation: 0.98 and the lightness value of d80cfc is 0.52.

The process color (four color CMYK) of #d80cfc color hex is 0.14, 0.95, 0.00, 0.01. Web safe color of #d80cfc is #cc00ff. Color #d80cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001100 11111100
Octal 330 14 374
Decimal 216 12 252
Hex D8 C FC

RGB Percentages of Color #d80cfc

%45.00
%2.50
%52.50

CMYK Percentages of Color #d80cfc

%14
%95
%0
%1

Triadic Colors of #d80cfc

#d80cfc #fcd80c #0cfcd8

Analogous Colors of #d80cfc

#d80cfc #fc0ca8 #600cfc

Monochromatic Colors of #d80cfc

#d80cfc

Complementary Color

#d80cfc #30fc0c

#d80cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80cfc Color CSS Codes

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

#d80cfc Text Font Color

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

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


#d80cfc Background Color

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

This div background color is #d80cfc


#d80cfc Border Color

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

This div border color is #d80cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80cfc


Comments

No comments written yet.

Please login to write comment.