Color Hex Logo

#c80ddb Color Hex

#C80DDB
(200,13,219)
0 Favorites   0 Comments

Color spaces of #c80ddb

RGB 20013219
HSL0.820.890.45
HSV294°94°86°
CMYK 0.090.940.00   0.14
XYZ36.749517.681768.4938
Yxy17.68170.29900.1438
Hunter Lab42.049682.4143-67.1416
CIE-Lab49.107783.6200-59.1122

#c80ddb color RGB value is (200,13,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001101 11011011
Octal 310 15 333
Decimal 200 13 219
Hex C8 D DB

RGB Percentages of Color #c80ddb

%46.30
%3.01
%50.69

CMYK Percentages of Color #c80ddb

%9
%94
%0
%14

Triadic Colors of #c80ddb

#c80ddb #dbc80d #0ddbc8

Analogous Colors of #c80ddb

#c80ddb #db0d87 #610ddb

Monochromatic Colors of #c80ddb

#c80ddb

Complementary Color

#c80ddb #20db0d

#c80ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80ddb Color CSS Codes

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

#c80ddb Text Font Color

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

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


#c80ddb Background Color

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

This div background color is #c80ddb


#c80ddb Border Color

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

This div border color is #c80ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80ddb


Comments

No comments written yet.

Please login to write comment.