Color Hex Logo

#c13dbd Color Hex

#C13DBD
(193,61,189)
0 Favorites   0 Comments

Color spaces of #c13dbd

RGB 19361189
HSL0.840.520.50
HSV302°68°76°
CMYK 0.000.680.02   0.24
XYZ32.846418.349149.9546
Yxy18.34910.32470.1814
Hunter Lab42.835861.9105-39.1581
CIE-Lab49.916866.7513-40.6038

#c13dbd color RGB value is (193,61,189).

#c13dbd hex color red value is 193, green value is 61 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c13dbd hue: 0.84 , saturation: 0.52 and the lightness value of c13dbd is 0.50.

The process color (four color CMYK) of #c13dbd color hex is 0.00, 0.68, 0.02, 0.24. Web safe color of #c13dbd is #cc33cc. Color #c13dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111101 10111101
Octal 301 75 275
Decimal 193 61 189
Hex C1 3D BD

RGB Percentages of Color #c13dbd

%43.57
%13.77
%42.66

CMYK Percentages of Color #c13dbd

%0
%68
%2
%24

Triadic Colors of #c13dbd

#c13dbd #bdc13d #3dbdc1

Analogous Colors of #c13dbd

#c13dbd #c13d7b #833dc1

Monochromatic Colors of #c13dbd

#c13dbd

Complementary Color

#c13dbd #3dc141

#c13dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13dbd Color CSS Codes

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

#c13dbd Text Font Color

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

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


#c13dbd Background Color

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

This div background color is #c13dbd


#c13dbd Border Color

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

This div border color is #c13dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13dbd


Comments

No comments written yet.

Please login to write comment.