Color Hex Logo

#d80cf3 Color Hex

#D80CF3
(216,12,243)
0 Favorites   0 Comments

Color spaces of #d80cf3

RGB 21612243
HSL0.810.910.50
HSV293°95°95°
CMYK 0.110.950.00   0.05
XYZ44.628021.332986.5595
Yxy21.33290.29260.1399
Hunter Lab46.187691.6446-78.7833
CIE-Lab53.311989.8628-65.7709

#d80cf3 color RGB value is (216,12,243).

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

The process color (four color CMYK) of #d80cf3 color hex is 0.11, 0.95, 0.00, 0.05. Web safe color of #d80cf3 is #cc00ff. Color #d80cf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001100 11110011
Octal 330 14 363
Decimal 216 12 243
Hex D8 C F3

RGB Percentages of Color #d80cf3

%45.86
%2.55
%51.59

CMYK Percentages of Color #d80cf3

%11
%95
%0
%5

Triadic Colors of #d80cf3

#d80cf3 #f3d80c #0cf3d8

Analogous Colors of #d80cf3

#d80cf3 #f30c9b #650cf3

Monochromatic Colors of #d80cf3

#d80cf3

Complementary Color

#d80cf3 #27f30c

#d80cf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80cf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80cf3 Color CSS Codes

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

#d80cf3 Text Font Color

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

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


#d80cf3 Background Color

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

This div background color is #d80cf3


#d80cf3 Border Color

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

This div border color is #d80cf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80cf3


Comments

No comments written yet.

Please login to write comment.