Color Hex Logo

#c13fdd Color Hex

#C13FDD
(193,63,221)
0 Favorites   0 Comments

Color spaces of #c13fdd

RGB 19363221
HSL0.800.700.56
HSV289°71°87°
CMYK 0.130.710.00   0.13
XYZ36.821020.112970.3481
Yxy20.11290.28930.1580
Hunter Lab44.847468.0706-61.6097
CIE-Lab51.964671.5419-55.7193

#c13fdd color RGB value is (193,63,221).

#c13fdd hex color red value is 193, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c13fdd hue: 0.80 , saturation: 0.70 and the lightness value of c13fdd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111111 11011101
Octal 301 77 335
Decimal 193 63 221
Hex C1 3F DD

RGB Percentages of Color #c13fdd

%40.46
%13.21
%46.33

CMYK Percentages of Color #c13fdd

%13
%71
%0
%13

Triadic Colors of #c13fdd

#c13fdd #ddc13f #3fddc1

Analogous Colors of #c13fdd

#c13fdd #dd3faa #723fdd

Monochromatic Colors of #c13fdd

#c13fdd

Complementary Color

#c13fdd #5bdd3f

#c13fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13fdd Color CSS Codes

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

#c13fdd Text Font Color

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

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


#c13fdd Background Color

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

This div background color is #c13fdd


#c13fdd Border Color

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

This div border color is #c13fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13fdd


Comments

No comments written yet.

Please login to write comment.