Color Hex Logo

#c813dc Color Hex

#C813DC
(200,19,220)
0 Favorites   0 Comments

Color spaces of #c813dc

RGB 20019220
HSL0.820.840.47
HSV294°91°86°
CMYK 0.090.910.00   0.14
XYZ36.970617.912469.2190
Yxy17.91240.29790.1443
Hunter Lab42.323081.8604-67.3422
CIE-Lab49.389783.1338-59.2288

#c813dc color RGB value is (200,19,220).

#c813dc hex color red value is 200, green value is 19 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c813dc hue: 0.82 , saturation: 0.84 and the lightness value of c813dc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010011 11011100
Octal 310 23 334
Decimal 200 19 220
Hex C8 13 DC

RGB Percentages of Color #c813dc

%45.56
%4.33
%50.11

CMYK Percentages of Color #c813dc

%9
%91
%0
%14

Triadic Colors of #c813dc

#c813dc #dcc813 #13dcc8

Analogous Colors of #c813dc

#c813dc #dc138c #6313dc

Monochromatic Colors of #c813dc

#c813dc

Complementary Color

#c813dc #27dc13

#c813dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c813dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c813dc Color CSS Codes

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

#c813dc Text Font Color

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

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


#c813dc Background Color

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

This div background color is #c813dc


#c813dc Border Color

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

This div border color is #c813dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c813dc


Comments

No comments written yet.

Please login to write comment.