Color Hex Logo

#c13dde Color Hex

#C13DDE
(193,61,222)
0 Favorites   0 Comments

Color spaces of #c13dde

RGB 19361222
HSL0.800.710.55
HSV289°73°87°
CMYK 0.130.730.00   0.13
XYZ36.845919.948971.0158
Yxy19.94890.28830.1561
Hunter Lab44.664269.0919-63.0058
CIE-Lab51.779472.4225-56.5839

#c13dde color RGB value is (193,61,222).

#c13dde hex color red value is 193, green value is 61 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c13dde hue: 0.80 , saturation: 0.71 and the lightness value of c13dde is 0.55.

The process color (four color CMYK) of #c13dde color hex is 0.13, 0.73, 0.00, 0.13. Web safe color of #c13dde is #cc33cc. Color #c13dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111101 11011110
Octal 301 75 336
Decimal 193 61 222
Hex C1 3D DE

RGB Percentages of Color #c13dde

%40.55
%12.82
%46.64

CMYK Percentages of Color #c13dde

%13
%73
%0
%13

Triadic Colors of #c13dde

#c13dde #dec13d #3ddec1

Analogous Colors of #c13dde

#c13dde #de3dab #713dde

Monochromatic Colors of #c13dde

#c13dde

Complementary Color

#c13dde #5ade3d

#c13dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13dde Color CSS Codes

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

#c13dde Text Font Color

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

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


#c13dde Background Color

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

This div background color is #c13dde


#c13dde Border Color

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

This div border color is #c13dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13dde


Comments

No comments written yet.

Please login to write comment.