Color Hex Logo

#c113de Color Hex

#C113DE
(193,19,222)
0 Favorites   0 Comments

Color spaces of #c113de

RGB 19319222
HSL0.810.840.47
HSV291°91°87°
CMYK 0.130.910.00   0.13
XYZ35.410017.077170.5371
Yxy17.07710.28780.1388
Hunter Lab41.324480.6349-72.2756
CIE-Lab48.357082.3753-62.0939

#c113de color RGB value is (193,19,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010011 11011110
Octal 301 23 336
Decimal 193 19 222
Hex C1 13 DE

RGB Percentages of Color #c113de

%44.47
%4.38
%51.15

CMYK Percentages of Color #c113de

%13
%91
%0
%13

Triadic Colors of #c113de

#c113de #dec113 #13dec1

Analogous Colors of #c113de

#c113de #de1396 #5b13de

Monochromatic Colors of #c113de

#c113de

Complementary Color

#c113de #30de13

#c113de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c113de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c113de Color CSS Codes

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

#c113de Text Font Color

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

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


#c113de Background Color

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

This div background color is #c113de


#c113de Border Color

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

This div border color is #c113de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c113de


Comments

No comments written yet.

Please login to write comment.