Color Hex Logo

#c13ded Color Hex

#C13DED
(193,61,237)
0 Favorites   0 Comments

Color spaces of #c13ded

RGB 19361237
HSL0.790.830.58
HSV285°74°93°
CMYK 0.190.740.00   0.07
XYZ38.947120.789482.0808
Yxy20.78940.27460.1466
Hunter Lab45.595472.6809-74.8170
CIE-Lab52.718275.1782-63.5423

#c13ded color RGB value is (193,61,237).

#c13ded hex color red value is 193, green value is 61 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c13ded hue: 0.79 , saturation: 0.83 and the lightness value of c13ded is 0.58.

The process color (four color CMYK) of #c13ded color hex is 0.19, 0.74, 0.00, 0.07. Web safe color of #c13ded is #cc33ff. Color #c13ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111101 11101101
Octal 301 75 355
Decimal 193 61 237
Hex C1 3D ED

RGB Percentages of Color #c13ded

%39.31
%12.42
%48.27

CMYK Percentages of Color #c13ded

%19
%74
%0
%7

Triadic Colors of #c13ded

#c13ded #edc13d #3dedc1

Analogous Colors of #c13ded

#c13ded #ed3dc1 #693ded

Monochromatic Colors of #c13ded

#c13ded

Complementary Color

#c13ded #69ed3d

#c13ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13ded Color CSS Codes

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

#c13ded Text Font Color

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

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


#c13ded Background Color

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

This div background color is #c13ded


#c13ded Border Color

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

This div border color is #c13ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13ded


Comments

No comments written yet.

Please login to write comment.