Color Hex Logo

#c713dc Color Hex

#C713DC
(199,19,220)
0 Favorites   0 Comments

Color spaces of #c713dc

RGB 19919220
HSL0.820.840.47
HSV294°91°86°
CMYK 0.100.910.00   0.14
XYZ36.704317.775269.2066
Yxy17.77520.29680.1437
Hunter Lab42.160681.6178-67.8119
CIE-Lab49.222382.9768-59.5071

#c713dc color RGB value is (199,19,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010011 11011100
Octal 307 23 334
Decimal 199 19 220
Hex C7 13 DC

RGB Percentages of Color #c713dc

%45.43
%4.34
%50.23

CMYK Percentages of Color #c713dc

%10
%91
%0
%14

Triadic Colors of #c713dc

#c713dc #dcc713 #13dcc7

Analogous Colors of #c713dc

#c713dc #dc138d #6213dc

Monochromatic Colors of #c713dc

#c713dc

Complementary Color

#c713dc #28dc13

#c713dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c713dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c713dc Color CSS Codes

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

#c713dc Text Font Color

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

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


#c713dc Background Color

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

This div background color is #c713dc


#c713dc Border Color

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

This div border color is #c713dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c713dc


Comments

No comments written yet.

Please login to write comment.