Color Hex Logo

#c80ddf Color Hex

#C80DDF
(200,13,223)
0 Favorites   0 Comments

Color spaces of #c80ddf

RGB 20013223
HSL0.820.890.46
HSV293°94°87°
CMYK 0.100.940.00   0.13
XYZ37.282617.894971.3011
Yxy17.89490.29480.1415
Hunter Lab42.302483.2894-70.3223
CIE-Lab49.368484.2494-60.9728

#c80ddf color RGB value is (200,13,223).

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

The process color (four color CMYK) of #c80ddf color hex is 0.10, 0.94, 0.00, 0.13. Web safe color of #c80ddf is #cc00cc. Color #c80ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001101 11011111
Octal 310 15 337
Decimal 200 13 223
Hex C8 D DF

RGB Percentages of Color #c80ddf

%45.87
%2.98
%51.15

CMYK Percentages of Color #c80ddf

%10
%94
%0
%13

Triadic Colors of #c80ddf

#c80ddf #dfc80d #0ddfc8

Analogous Colors of #c80ddf

#c80ddf #df0d8d #5f0ddf

Monochromatic Colors of #c80ddf

#c80ddf

Complementary Color

#c80ddf #24df0d

#c80ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80ddf Color CSS Codes

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

#c80ddf Text Font Color

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

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


#c80ddf Background Color

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

This div background color is #c80ddf


#c80ddf Border Color

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

This div border color is #c80ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80ddf


Comments

No comments written yet.

Please login to write comment.