Color Hex Logo

#d80cf0 Color Hex

#D80CF0
(216,12,240)
0 Favorites   0 Comments

Color spaces of #d80cf0

RGB 21612240
HSL0.820.900.49
HSV294°95°94°
CMYK 0.100.950.00   0.06
XYZ44.178621.153184.1926
Yxy21.15310.29550.1415
Hunter Lab45.992590.9733-76.3399
CIE-Lab53.116689.3956-64.4032

#d80cf0 color RGB value is (216,12,240).

#d80cf0 hex color red value is 216, green value is 12 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #d80cf0 hue: 0.82 , saturation: 0.90 and the lightness value of d80cf0 is 0.49.

The process color (four color CMYK) of #d80cf0 color hex is 0.10, 0.95, 0.00, 0.06. Web safe color of #d80cf0 is #cc00ff. Color #d80cf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001100 11110000
Octal 330 14 360
Decimal 216 12 240
Hex D8 C F0

RGB Percentages of Color #d80cf0

%46.15
%2.56
%51.28

CMYK Percentages of Color #d80cf0

%10
%95
%0
%6

Triadic Colors of #d80cf0

#d80cf0 #f0d80c #0cf0d8

Analogous Colors of #d80cf0

#d80cf0 #f00c96 #660cf0

Monochromatic Colors of #d80cf0

#d80cf0

Complementary Color

#d80cf0 #24f00c

#d80cf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80cf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80cf0 Color CSS Codes

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

#d80cf0 Text Font Color

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

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


#d80cf0 Background Color

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

This div background color is #d80cf0


#d80cf0 Border Color

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

This div border color is #d80cf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80cf0


Comments

No comments written yet.

Please login to write comment.