Color Hex Logo

#c13bdd Color Hex

#C13BDD
(193,59,221)
0 Favorites   0 Comments

Color spaces of #c13bdd

RGB 19359221
HSL0.800.700.55
HSV290°73°87°
CMYK 0.130.730.00   0.13
XYZ36.607419.685870.2769
Yxy19.68580.28920.1555
Hunter Lab44.368769.6303-62.8531
CIE-Lab51.480172.9242-56.4963

#c13bdd color RGB value is (193,59,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111011 11011101
Octal 301 73 335
Decimal 193 59 221
Hex C1 3B DD

RGB Percentages of Color #c13bdd

%40.80
%12.47
%46.72

CMYK Percentages of Color #c13bdd

%13
%73
%0
%13

Triadic Colors of #c13bdd

#c13bdd #ddc13b #3bddc1

Analogous Colors of #c13bdd

#c13bdd #dd3ba8 #703bdd

Monochromatic Colors of #c13bdd

#c13bdd

Complementary Color

#c13bdd #57dd3b

#c13bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13bdd Color CSS Codes

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

#c13bdd Text Font Color

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

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


#c13bdd Background Color

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

This div background color is #c13bdd


#c13bdd Border Color

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

This div border color is #c13bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13bdd


Comments

No comments written yet.

Please login to write comment.