Color Hex Logo

#c613ce Color Hex

#C613CE
(198,19,206)
0 Favorites   0 Comments

Color spaces of #c613ce

RGB 19819206
HSL0.830.830.44
HSV297°91°81°
CMYK 0.040.910.00   0.19
XYZ34.662216.927759.8330
Yxy16.92770.31110.1519
Hunter Lab41.143378.3811-57.4227
CIE-Lab48.168880.6359-53.1803

#c613ce color RGB value is (198,19,206).

#c613ce hex color red value is 198, green value is 19 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c613ce hue: 0.83 , saturation: 0.83 and the lightness value of c613ce is 0.44.

The process color (four color CMYK) of #c613ce color hex is 0.04, 0.91, 0.00, 0.19. Web safe color of #c613ce is #cc00cc. Color #c613ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010011 11001110
Octal 306 23 316
Decimal 198 19 206
Hex C6 13 CE

RGB Percentages of Color #c613ce

%46.81
%4.49
%48.70

CMYK Percentages of Color #c613ce

%4
%91
%0
%19

Triadic Colors of #c613ce

#c613ce #cec613 #13cec6

Analogous Colors of #c613ce

#c613ce #ce1379 #6913ce

Monochromatic Colors of #c613ce

#c613ce

Complementary Color

#c613ce #1bce13

#c613ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c613ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c613ce Color CSS Codes

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

#c613ce Text Font Color

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

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


#c613ce Background Color

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

This div background color is #c613ce


#c613ce Border Color

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

This div border color is #c613ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c613ce


Comments

No comments written yet.

Please login to write comment.