Color Hex Logo

#c80fdb Color Hex

#C80FDB
(200,15,219)
0 Favorites   0 Comments

Color spaces of #c80fdb

RGB 20015219
HSL0.820.870.46
HSV294°93°86°
CMYK 0.090.930.00   0.14
XYZ36.776417.735568.5028
Yxy17.73550.29900.1442
Hunter Lab42.113582.1796-66.9629
CIE-Lab49.173783.4245-59.0060

#c80fdb color RGB value is (200,15,219).

#c80fdb hex color red value is 200, green value is 15 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c80fdb hue: 0.82 , saturation: 0.87 and the lightness value of c80fdb is 0.46.

The process color (four color CMYK) of #c80fdb color hex is 0.09, 0.93, 0.00, 0.14. Web safe color of #c80fdb is #cc00cc. Color #c80fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001111 11011011
Octal 310 17 333
Decimal 200 15 219
Hex C8 F DB

RGB Percentages of Color #c80fdb

%46.08
%3.46
%50.46

CMYK Percentages of Color #c80fdb

%9
%93
%0
%14

Triadic Colors of #c80fdb

#c80fdb #dbc80f #0fdbc8

Analogous Colors of #c80fdb

#c80fdb #db0f88 #620fdb

Monochromatic Colors of #c80fdb

#c80fdb

Complementary Color

#c80fdb #22db0f

#c80fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80fdb Color CSS Codes

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

#c80fdb Text Font Color

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

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


#c80fdb Background Color

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

This div background color is #c80fdb


#c80fdb Border Color

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

This div border color is #c80fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,15,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c80fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c80fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #c80fdb;
  box-shadow:         1px 1px 3px 2px #c80fdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,15,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80fdb


Comments

No comments written yet.

Please login to write comment.