Color Hex Logo

#c80dbc Color Hex

#C80DBC
(200,13,188)
0 Favorites   0 Comments

Color spaces of #c80dbc

RGB 20013188
HSL0.840.880.42
HSV304°94°78°
CMYK 0.000.940.06   0.22
XYZ33.040416.198048.9621
Yxy16.19800.33650.1649
Hunter Lab40.246776.1071-43.9564
CIE-Lab47.233279.0081-44.2024

#c80dbc color RGB value is (200,13,188).

#c80dbc hex color red value is 200, green value is 13 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c80dbc hue: 0.84 , saturation: 0.88 and the lightness value of c80dbc is 0.42.

The process color (four color CMYK) of #c80dbc color hex is 0.00, 0.94, 0.06, 0.22. Web safe color of #c80dbc is #cc00cc. Color #c80dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001101 10111100
Octal 310 15 274
Decimal 200 13 188
Hex C8 D BC

RGB Percentages of Color #c80dbc

%49.88
%3.24
%46.88

CMYK Percentages of Color #c80dbc

%0
%94
%6
%22

Triadic Colors of #c80dbc

#c80dbc #bcc80d #0dbcc8

Analogous Colors of #c80dbc

#c80dbc #c80d5f #770dc8

Monochromatic Colors of #c80dbc

#c80dbc

Complementary Color

#c80dbc #0dc819

#c80dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80dbc Color CSS Codes

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

#c80dbc Text Font Color

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

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


#c80dbc Background Color

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

This div background color is #c80dbc


#c80dbc Border Color

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

This div border color is #c80dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80dbc


Comments

No comments written yet.

Please login to write comment.